Html Css Color HEX #D472EE Heliotrope

📋 copy color: '#D472EE'

red 212 ◦ green 114 ◦ blue 238

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

Shades of Heliotrope #D472EE

Tints of Heliotrope #D472EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 37.59%
G = 20.21%
B = 42.2%

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

#D472EE (or 0xD472EE) is known color: Heliotrope. HEX triplet: D4, 72 and EE. RGB value is (212,114,238). Sum of RGB (Red+Green+Blue) = 212+114+238=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #D472EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472EE is #2B8D11. Grayscale: #9D9D9D. Windows color (decimal): -2854162 or 15626964. OLE color: 15626964.

HSL color Cylindrical-coordinate representation of color #D472EE: hue angle of 287.42º degrees, saturation: 0.78, 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 #D472EE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 114 238 -
CMYK 0.11 0.52 0 0.07
HSL 287.42º 0.78% 0.69% -
HSV(B) 287.42º 0.52% 0.93% -
XYZ 48.6 32.2 84.54 -
YUV 157.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 212 114 238 0.11 0.52 0 0.07 287.42 0.78 0.69
Hex D4 72 EE B 34 0 7 11F 4E 45
Octal 324 162 356 13 64 0 7 437 116 105
Binary 11010100 1110010 11101110 1011 110100 0 111 100011111 1001110 1000101

Color Harmonies of #D472EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472EE

Black with #D472EE

Text Example


Text Example

White with #D472EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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