Html Css Color HEX #D472ED Heliotrope

📋 copy color: '#D472ED'

red 212 ◦ green 114 ◦ blue 237

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

Shades of Heliotrope #D472ED

Tints of Heliotrope #D472ED

RGB

 RED value IS 212 (83.2% from 255) = 37.66%

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 37.66%
G = 20.25%
B = 42.1%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D472ED (or 0xD472ED) is known color: Heliotrope. HEX triplet: D4, 72 and ED. RGB value is (212,114,237). Sum of RGB (Red+Green+Blue) = 212+114+237=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #D472ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472ED is #2B8D12. Grayscale: #9C9C9C. Windows color (decimal): -2854163 or 15561428. OLE color: 15561428.

HSL color Cylindrical-coordinate representation of color #D472ED: hue angle of 287.8º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D472ED is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 114 237 -
CMYK 0.11 0.52 0 0.07
HSL 287.8º 0.77% 0.69% -
HSV(B) 287.8º 0.52% 0.93% -
XYZ 48.45 32.15 83.77 -
YUV 157.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 212 114 237 0.11 0.52 0 0.07 287.8 0.77 0.69
Hex D4 72 ED B 34 0 7 120 4D 45
Octal 324 162 355 13 64 0 7 440 115 105
Binary 11010100 1110010 11101101 1011 110100 0 111 100100000 1001101 1000101

Color Harmonies of #D472ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472ED

Black with #D472ED

Text Example


Text Example

White with #D472ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472ED; }

 p { color: rgb(212,114,237); }

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

background-color css

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

 a { background-color: rgb(212,114,237); }

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

border-color css

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

 span { border-color: rgb(212,114,237); }

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