#D442FB

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

Shades of Heliotrope #D442FB

Tints of Heliotrope #D442FB

Color information

#D442FB (or 0xD442FB) is unknown color: approx Heliotrope. HEX triplet: D4, 42 and FB. RGB value is (212,66,251). Sum of RGB (Red+Green+Blue) = 212+66+251=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 66 (26.17% from 255 or 12.48% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #D442FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442FB is #2BBD04. Grayscale: #828282. Windows color (decimal): -2866437 or 16466644. OLE color: 16466644.

HSL color Cylindrical-coordinate representation of color #D442FB: hue angle of 287.35º 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 #D442FB is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21266251-
CMYK0.160.7400.02
HSL287.35º95.85%62.16%-
HSV(B)287.35º73.71%98.43%-
XYZ46.5124.8693.61-
YUV130.74195.87185.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 66 (26.17% from 255) = 12.48%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=40.08%
G=12.48%
B=47.45%

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
Decimal212662510.160.7400.02287.3595.8562.16
HexD442FB104A0211f603e
Octal324102373201120243714076
Binary110101001000010111110111000010010100101000111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D442FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D442FB; }

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

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

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

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

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

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

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

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