Html Css Color HEX #D471EA Heliotrope

📋 copy color: '#D471EA'

red 212 ◦ green 113 ◦ blue 234

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

Shades of Heliotrope #D471EA

Tints of Heliotrope #D471EA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.21%

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

R = 37.92%
G = 20.21%
B = 41.86%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D471EA (or 0xD471EA) is known color: Heliotrope. HEX triplet: D4, 71 and EA. RGB value is (212,113,234). Sum of RGB (Red+Green+Blue) = 212+113+234=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #D471EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D471EA is #2B8E15. Grayscale: #9C9C9C. Windows color (decimal): -2854422 or 15364564. OLE color: 15364564.

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

Color convert

RGB 212 113 234 -
CMYK 0.09 0.52 0 0.08
HSL 289.09º 0.74% 0.68% -
HSV(B) 289.09º 0.52% 0.92% -
XYZ 47.91 31.75 81.44 -
YUV 156.4 171.8 167.66 -
System Red Green Blue C M Y K H S L
Decimal 212 113 234 0.09 0.52 0 0.08 289.09 0.74 0.68
Hex D4 71 EA 9 34 0 8 121 4A 44
Octal 324 161 352 11 64 0 10 441 112 104
Binary 11010100 1110001 11101010 1001 110100 0 1000 100100001 1001010 1000100

Color Harmonies of #D471EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D471EA

Black with #D471EA

Text Example


Text Example

White with #D471EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D471EA; }

 p { color: rgb(212,113,234); }

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

background-color css

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

 a { background-color: rgb(212,113,234); }

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

border-color css

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

 span { border-color: rgb(212,113,234); }

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