Html Css Color HEX #D472FC Heliotrope

📋 copy color: '#D472FC'

red 212 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #D472FC

Tints of Heliotrope #D472FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 36.68%
G = 19.72%
B = 43.6%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D472FC (or 0xD472FC) is known color: Heliotrope. HEX triplet: D4, 72 and FC. RGB value is (212,114,252). Sum of RGB (Red+Green+Blue) = 212+114+252=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #D472FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472FC is #2B8D03. Grayscale: #9E9E9E. Windows color (decimal): -2854148 or 16544468. OLE color: 16544468.

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

Color convert

RGB 212 114 252 -
CMYK 0.16 0.55 0 0.01
HSL 282.61º 0.96% 0.72% -
HSV(B) 282.61º 0.55% 0.99% -
XYZ 50.74 33.06 95.8 -
YUV 159.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 212 114 252 0.16 0.55 0 0.01 282.61 0.96 0.72
Hex D4 72 FC 10 37 0 1 11B 60 48
Octal 324 162 374 20 67 0 1 433 140 110
Binary 11010100 1110010 11111100 10000 110111 0 1 100011011 1100000 1001000

Color Harmonies of #D472FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472FC

Black with #D472FC

Text Example


Text Example

White with #D472FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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