Html Css Color HEX #D470F2 Heliotrope

📋 copy color: '#D470F2'

red 212 ◦ green 112 ◦ blue 242

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

Shades of Heliotrope #D470F2

Tints of Heliotrope #D470F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.76%

R = 37.46%
G = 19.79%
B = 42.76%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D470F2 (or 0xD470F2) is known color: Heliotrope. HEX triplet: D4, 70 and F2. RGB value is (212,112,242). Sum of RGB (Red+Green+Blue) = 212+112+242=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #D470F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D470F2 is #2B8F0D. Grayscale: #9C9C9C. Windows color (decimal): -2854670 or 15888596. OLE color: 15888596.

HSL color Cylindrical-coordinate representation of color #D470F2: hue angle of 286.15º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D470F2 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 112 242 -
CMYK 0.12 0.54 0 0.05
HSL 286.15º 0.83% 0.69% -
HSV(B) 286.15º 0.54% 0.95% -
XYZ 48.97 32 87.6 -
YUV 156.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 212 112 242 0.12 0.54 0 0.05 286.15 0.83 0.69
Hex D4 70 F2 C 36 0 5 11E 53 45
Octal 324 160 362 14 66 0 5 436 123 105
Binary 11010100 1110000 11110010 1100 110110 0 101 100011110 1010011 1000101

Color Harmonies of #D470F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D470F2

Black with #D470F2

Text Example


Text Example

White with #D470F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D470F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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