Html Css Color HEX #D472FE Heliotrope

📋 copy color: '#D472FE'

red 212 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #D472FE

Tints of Heliotrope #D472FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 36.55%
G = 19.66%
B = 43.79%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D472FE (or 0xD472FE) is known color: Heliotrope. HEX triplet: D4, 72 and FE. RGB value is (212,114,254). Sum of RGB (Red+Green+Blue) = 212+114+254=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #D472FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D472FE is #2B8D01. Grayscale: #9E9E9E. Windows color (decimal): -2854146 or 16675540. OLE color: 16675540.

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

Color convert

RGB 212 114 254 -
CMYK 0.17 0.55 0 0.00
HSL 282º 0.99% 0.72% -
HSV(B) 282º 0.55% 1% -
XYZ 51.06 33.19 97.48 -
YUV 159.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 212 114 254 0.17 0.55 0 0.00 282 0.99 0.72
Hex D4 72 FE 11 37 0 0 11A 63 48
Octal 324 162 376 21 67 0 0 432 143 110
Binary 11010100 1110010 11111110 10001 110111 0 0 100011010 1100011 1001000

Color Harmonies of #D472FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D472FE

Black with #D472FE

Text Example


Text Example

White with #D472FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D472FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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