Html Css Color HEX #D472F9 Heliotrope

📋 copy color: '#D472F9'

red 212 ◦ green 114 ◦ blue 249

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

Shades of Heliotrope #D472F9

Tints of Heliotrope #D472F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.3%

R = 36.87%
G = 19.83%
B = 43.3%

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

#D472F9 (or 0xD472F9) is known color: Heliotrope. HEX triplet: D4, 72 and F9. RGB value is (212,114,249). Sum of RGB (Red+Green+Blue) = 212+114+249=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #D472F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472F9 is #2B8D06. Grayscale: #9E9E9E. Windows color (decimal): -2854151 or 16347860. OLE color: 16347860.

HSL color Cylindrical-coordinate representation of color #D472F9: hue angle of 283.56º degrees, saturation: 0.92, 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 #D472F9 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 114 249 -
CMYK 0.15 0.54 0 0.02
HSL 283.56º 0.92% 0.71% -
HSV(B) 283.56º 0.54% 0.98% -
XYZ 50.27 32.87 93.32 -
YUV 158.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 212 114 249 0.15 0.54 0 0.02 283.56 0.92 0.71
Hex D4 72 F9 F 36 0 2 11C 5C 47
Octal 324 162 371 17 66 0 2 434 134 107
Binary 11010100 1110010 11111001 1111 110110 0 10 100011100 1011100 1000111

Color Harmonies of #D472F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472F9

Black with #D472F9

Text Example


Text Example

White with #D472F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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