Html Css Color HEX #D470EA Heliotrope

📋 copy color: '#D470EA'

red 212 ◦ green 112 ◦ blue 234

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

Shades of Heliotrope #D470EA

Tints of Heliotrope #D470EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.07%

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

R = 37.99%
G = 20.07%
B = 41.94%

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

#D470EA (or 0xD470EA) is known color: Heliotrope. HEX triplet: D4, 70 and EA. RGB value is (212,112,234). Sum of RGB (Red+Green+Blue) = 212+112+234=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #D470EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470EA is #2B8F15. Grayscale: #9B9B9B. Windows color (decimal): -2854678 or 15364308. OLE color: 15364308.

HSL color Cylindrical-coordinate representation of color #D470EA: hue angle of 289.18º 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 #D470EA is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 112 234 -
CMYK 0.09 0.52 0 0.08
HSL 289.18º 0.74% 0.68% -
HSV(B) 289.18º 0.52% 0.92% -
XYZ 47.8 31.53 81.41 -
YUV 155.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 212 112 234 0.09 0.52 0 0.08 289.18 0.74 0.68
Hex D4 70 EA 9 34 0 8 121 4A 44
Octal 324 160 352 11 64 0 10 441 112 104
Binary 11010100 1110000 11101010 1001 110100 0 1000 100100001 1001010 1000100

Color Harmonies of #D470EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470EA

Black with #D470EA

Text Example


Text Example

White with #D470EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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