#d380f1

Color #D380F1 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D380F1

Tints of Heliotrope #D380F1

Color information

#D380F1 (or 0xD380F1) is unknown color: approx Heliotrope. HEX triplet: D3, 80 and F1. RGB value is (211,128,241). Sum of RGB (Red+Green+Blue) = 211+128+241=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 128 (50.39% from 255 or 22.07% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #D380F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380F1 is #2C7F0E. Grayscale: #A5A5A5. Windows color (decimal): -2916111 or 15827155. OLE color: 15827155.

HSL color Cylindrical-coordinate representation of color #D380F1: hue angle of 284.07º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D380F1 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB211128241-
CMYK0.120.4700.05
HSL284.07º80.14%72.35%-
HSV(B)284.07º46.89%94.51%-
XYZ50.4635.6487.44-
YUV165.7170.5160.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 36.38%
GREEN value IS 128 (50.39% from 255) = 22.07%
BLUE value IS 241 (94.53% from 255) = 41.55%
R=36.38%
G=22.07%
B=41.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2111282410.120.4700.05284.0780.1472.35
HexD380F1C2F0511c5048
Octal323200361145705434120110
Binary1101001110000000111100011100101111010110001110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d380f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d380f1; }

 p { color: rgb(211,128,241); }

 H1.HeaderClassName
 {
   color: #d380f1;
 }
 .AnyTagClassName
 {
   color: #d380f1;
 }
</style>
background-color css

<style>
 a { background-color: #d380f1; }

 a { background-color: rgb(211,128,241); }

 div.DivClassName
 {
   background-color: #d380f1;
 }
 .BgClassName
 {
   background-color: #d380f1;
 }
</style>
border-color css

<style>
 span { border-color: #d380f1; }

 span { border-color: rgb(211,128,241); }

 td.TdClassName
 {
   border-color: #d380f1;
 }
 .TagClassName
 {
   border-color: #d380f1;
 }
</style>