Html Css Color HEX #D472FD Heliotrope

📋 copy color: '#D472FD'

red 212 ◦ green 114 ◦ blue 253

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

Shades of Heliotrope #D472FD

Tints of Heliotrope #D472FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.7%

R = 36.61%
G = 19.69%
B = 43.7%

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

#D472FD (or 0xD472FD) is known color: Heliotrope. HEX triplet: D4, 72 and FD. RGB value is (212,114,253). Sum of RGB (Red+Green+Blue) = 212+114+253=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #D472FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472FD is #2B8D02. Grayscale: #9E9E9E. Windows color (decimal): -2854147 or 16610004. OLE color: 16610004.

HSL color Cylindrical-coordinate representation of color #D472FD: hue angle of 282.3º degrees, saturation: 0.97, 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 #D472FD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 114 253 -
CMYK 0.16 0.55 0 0.01
HSL 282.3º 0.97% 0.72% -
HSV(B) 282.3º 0.55% 0.99% -
XYZ 50.9 33.12 96.64 -
YUV 159.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 212 114 253 0.16 0.55 0 0.01 282.3 0.97 0.72
Hex D4 72 FD 10 37 0 1 11A 61 48
Octal 324 162 375 20 67 0 1 432 141 110
Binary 11010100 1110010 11111101 10000 110111 0 1 100011010 1100001 1001000

Color Harmonies of #D472FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472FD

Black with #D472FD

Text Example


Text Example

White with #D472FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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