Html Css Color HEX #D977F2 Heliotrope

📋 copy color: '#D977F2'

red 217 ◦ green 119 ◦ blue 242

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

Shades of Heliotrope #D977F2

Tints of Heliotrope #D977F2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.59%

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

R = 37.54%
G = 20.59%
B = 41.87%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D977F2 (or 0xD977F2) is known color: Heliotrope. HEX triplet: D9, 77 and F2. RGB value is (217,119,242). Sum of RGB (Red+Green+Blue) = 217+119+242=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 119 (46.88% from 255 or 20.59% 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 #D977F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D977F2 is #26880D. Grayscale: #A1A1A1. Windows color (decimal): -2525198 or 15890393. OLE color: 15890393.

HSL color Cylindrical-coordinate representation of color #D977F2: hue angle of 287.8º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D977F2 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 119 242 -
CMYK 0.10 0.51 0 0.05
HSL 287.8º 0.83% 0.71% -
HSV(B) 287.8º 0.51% 0.95% -
XYZ 51.24 34.36 87.94 -
YUV 162.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 217 119 242 0.10 0.51 0 0.05 287.8 0.83 0.71
Hex D9 77 F2 A 33 0 5 120 53 47
Octal 331 167 362 12 63 0 5 440 123 107
Binary 11011001 1110111 11110010 1010 110011 0 101 100100000 1010011 1000111

Color Harmonies of #D977F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D977F2

Black with #D977F2

Text Example


Text Example

White with #D977F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D977F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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