#D442FF

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

Shades of Heliotrope #D442FF

Tints of Heliotrope #D442FF

Color information

#D442FF (or 0xD442FF) is unknown color: approx Heliotrope. HEX triplet: D4, 42 and FF. RGB value is (212,66,255). Sum of RGB (Red+Green+Blue) = 212+66+255=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 66 (26.17% from 255 or 12.38% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #D442FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D442FF is #2BBD00. Grayscale: #828282. Windows color (decimal): -2866433 or 16728788. OLE color: 16728788.

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

Color convert

RGB21266255-
CMYK0.170.7400
HSL286.35º100%62.94%-
HSV(B)286.35º74.12%100%-
XYZ47.1525.1196.97-
YUV131.2197.87185.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 66 (26.17% from 255) = 12.38%
BLUE value IS 255 (100% from 255) = 47.84%
R=39.77%
G=12.38%
B=47.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal212662550.170.7400286.3510062.94
HexD442FF114A0011e643f
Octal324102377211120043614477
Binary11010100100001011111111100011001010001000111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D442FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D442FF; }

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

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

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

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

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

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

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

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