Html Css Color HEX #D472FA Heliotrope

📋 copy color: '#D472FA'

red 212 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #D472FA

Tints of Heliotrope #D472FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 36.81%
G = 19.79%
B = 43.4%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D472FA (or 0xD472FA) is known color: Heliotrope. HEX triplet: D4, 72 and FA. RGB value is (212,114,250). Sum of RGB (Red+Green+Blue) = 212+114+250=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #D472FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472FA is #2B8D05. Grayscale: #9E9E9E. Windows color (decimal): -2854150 or 16413396. OLE color: 16413396.

HSL color Cylindrical-coordinate representation of color #D472FA: hue angle of 283.24º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D472FA is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 114 250 -
CMYK 0.15 0.54 0 0.02
HSL 283.24º 0.93% 0.71% -
HSV(B) 283.24º 0.54% 0.98% -
XYZ 50.42 32.93 94.14 -
YUV 158.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 212 114 250 0.15 0.54 0 0.02 283.24 0.93 0.71
Hex D4 72 FA F 36 0 2 11B 5D 47
Octal 324 162 372 17 66 0 2 433 135 107
Binary 11010100 1110010 11111010 1111 110110 0 10 100011011 1011101 1000111

Color Harmonies of #D472FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472FA

Black with #D472FA

Text Example


Text Example

White with #D472FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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