Html Css Color HEX #D978F2 Heliotrope

📋 copy color: '#D978F2'

red 217 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #D978F2

Tints of Heliotrope #D978F2

RGB

 RED value IS 217 (85.16% from 255) = 37.48%

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

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

R = 37.48%
G = 20.73%
B = 41.8%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D978F2 (or 0xD978F2) is known color: Heliotrope. HEX triplet: D9, 78 and F2. RGB value is (217,120,242). Sum of RGB (Red+Green+Blue) = 217+120+242=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #D978F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978F2 is #26870D. Grayscale: #A2A2A2. Windows color (decimal): -2524942 or 15890649. OLE color: 15890649.

HSL color Cylindrical-coordinate representation of color #D978F2: hue angle of 287.7º 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 #D978F2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 120 242 -
CMYK 0.10 0.50 0 0.05
HSL 287.7º 0.82% 0.71% -
HSV(B) 287.7º 0.5% 0.95% -
XYZ 51.36 34.6 87.98 -
YUV 162.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 217 120 242 0.10 0.50 0 0.05 287.7 0.82 0.71
Hex D9 78 F2 A 32 0 5 120 52 47
Octal 331 170 362 12 62 0 5 440 122 107
Binary 11011001 1111000 11110010 1010 110010 0 101 100100000 1010010 1000111

Color Harmonies of #D978F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D978F2

Black with #D978F2

Text Example


Text Example

White with #D978F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D978F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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