Html Css Color HEX #D472FB Heliotrope

📋 copy color: '#D472FB'

red 212 ◦ green 114 ◦ blue 251

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

Shades of Heliotrope #D472FB

Tints of Heliotrope #D472FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 36.74%
G = 19.76%
B = 43.5%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D472FB (or 0xD472FB) is known color: Heliotrope. HEX triplet: D4, 72 and FB. RGB value is (212,114,251). Sum of RGB (Red+Green+Blue) = 212+114+251=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 114 (44.92% from 255 or 19.76% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #D472FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472FB is #2B8D04. Grayscale: #9E9E9E. Windows color (decimal): -2854149 or 16478932. OLE color: 16478932.

HSL color Cylindrical-coordinate representation of color #D472FB: hue angle of 282.92º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D472FB is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 114 251 -
CMYK 0.16 0.55 0 0.02
HSL 282.92º 0.94% 0.72% -
HSV(B) 282.92º 0.55% 0.98% -
XYZ 50.58 33 94.97 -
YUV 158.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 212 114 251 0.16 0.55 0 0.02 282.92 0.94 0.72
Hex D4 72 FB 10 37 0 2 11B 5E 48
Octal 324 162 373 20 67 0 2 433 136 110
Binary 11010100 1110010 11111011 10000 110111 0 10 100011011 1011110 1001000

Color Harmonies of #D472FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472FB

Black with #D472FB

Text Example


Text Example

White with #D472FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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