#D441FB

Color #D441FB Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D441FB

Tints of Heliotrope #D441FB

Color information

#D441FB (or 0xD441FB) is unknown color: approx Heliotrope. HEX triplet: D4, 41 and FB. RGB value is (212,65,251). Sum of RGB (Red+Green+Blue) = 212+65+251=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 65 (25.78% from 255 or 12.31% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #D441FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441FB is #2BBE04. Grayscale: #818181. Windows color (decimal): -2866693 or 16466388. OLE color: 16466388.

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

Color convert

RGB21265251-
CMYK0.160.7400.02
HSL287.42º95.88%61.96%-
HSV(B)287.42º74.1%98.43%-
XYZ46.4524.7493.59-
YUV130.16196.2186.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.15%
GREEN value IS 65 (25.78% from 255) = 12.31%
BLUE value IS 251 (98.44% from 255) = 47.54%
R=40.15%
G=12.31%
B=47.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212652510.160.7400.02287.4295.8861.96
HexD441FB104A0211f603e
Octal324101373201120243714076
Binary110101001000001111110111000010010100101000111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D441FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D441FB; }

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

 H1.HeaderClassName
 {
   color: #D441FB;
 }
 .AnyTagClassName
 {
   color: #D441FB;
 }
</style>
background-color css

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

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

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

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

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

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