Html Css Color HEX #D878F2 Heliotrope

📋 copy color: '#D878F2'

red 216 ◦ green 120 ◦ blue 242

#D878F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D878F2

Tints of Heliotrope #D878F2

RGB

 RED value IS 216 (84.77% from 255) = 37.37%

 GREEN value IS 120 (47.27% from 255) = 20.76%

 BLUE value IS 242 (94.92% from 255) = 41.87%

R = 37.37%
G = 20.76%
B = 41.87%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D878F2 (or 0xD878F2) is known color: Heliotrope. HEX triplet: D8, 78 and F2. RGB value is (216,120,242). Sum of RGB (Red+Green+Blue) = 216+120+242=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #D878F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D878F2 is #27870D. Grayscale: #A2A2A2. Windows color (decimal): -2590478 or 15890648. OLE color: 15890648.

HSL color Cylindrical-coordinate representation of color #D878F2: hue angle of 287.21º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D878F2 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 120 242 -
CMYK 0.11 0.50 0 0.05
HSL 287.21º 0.82% 0.71% -
HSV(B) 287.21º 0.5% 0.95% -
XYZ 51.06 34.44 87.96 -
YUV 162.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 216 120 242 0.11 0.50 0 0.05 287.21 0.82 0.71
Hex D8 78 F2 B 32 0 5 11F 52 47
Octal 330 170 362 13 62 0 5 437 122 107
Binary 11011000 1111000 11110010 1011 110010 0 101 100011111 1010010 1000111

Color Harmonies of #D878F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D878F2

Black with #D878F2

Text Example


Text Example

White with #D878F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D878F2; }

 p { color: rgb(216,120,242); }

 H1.HeaderClassName
 {
   color: #D878F2;
 }
 .AnyTagClassName
 {
   color: #D878F2;
 }
</style>

background-color css

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

 a { background-color: rgb(216,120,242); }

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

border-color css

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

 span { border-color: rgb(216,120,242); }

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