Html Css Color HEX #D172EA Heliotrope

📋 copy color: '#D172EA'

red 209 ◦ green 114 ◦ blue 234

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

Shades of Heliotrope #D172EA

Tints of Heliotrope #D172EA

RGB

 RED value IS 209 (82.03% from 255) = 37.52%

 GREEN value IS 114 (44.92% from 255) = 20.47%

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 37.52%
G = 20.47%
B = 42.01%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D172EA (or 0xD172EA) is known color: Heliotrope. HEX triplet: D1, 72 and EA. RGB value is (209,114,234). Sum of RGB (Red+Green+Blue) = 209+114+234=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #D172EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D172EA is #2E8D15. Grayscale: #9B9B9B. Windows color (decimal): -3050774 or 15364817. OLE color: 15364817.

HSL color Cylindrical-coordinate representation of color #D172EA: hue angle of 287.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D172EA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 114 234 -
CMYK 0.11 0.51 0 0.08
HSL 287.5º 0.74% 0.68% -
HSV(B) 287.5º 0.51% 0.92% -
XYZ 47.16 31.53 81.44 -
YUV 156.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 209 114 234 0.11 0.51 0 0.08 287.5 0.74 0.68
Hex D1 72 EA B 33 0 8 120 4A 44
Octal 321 162 352 13 63 0 10 440 112 104
Binary 11010001 1110010 11101010 1011 110011 0 1000 100100000 1001010 1000100

Color Harmonies of #D172EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D172EA

Black with #D172EA

Text Example


Text Example

White with #D172EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D172EA; }

 p { color: rgb(209,114,234); }

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

background-color css

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

 a { background-color: rgb(209,114,234); }

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

border-color css

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

 span { border-color: rgb(209,114,234); }

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