#D455FF

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

Shades of Heliotrope #D455FF

Tints of Heliotrope #D455FF

Color information

#D455FF (or 0xD455FF) is unknown color: approx Heliotrope. HEX triplet: D4, 55 and FF. RGB value is (212,85,255). Sum of RGB (Red+Green+Blue) = 212+85+255=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 85 (33.59% from 255 or 15.40% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #D455FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D455FF is #2BAA00. Grayscale: #8D8D8D. Windows color (decimal): -2861569 or 16733652. OLE color: 16733652.

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

Color convert

RGB21285255-
CMYK0.170.6700
HSL284.82º100%66.67%-
HSV(B)284.82º66.67%100%-
XYZ48.4527.7197.4-
YUV142.35191.58177.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.41%
GREEN value IS 85 (33.59% from 255) = 15.40%
BLUE value IS 255 (100% from 255) = 46.20%
R=38.41%
G=15.40%
B=46.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal212852550.170.6700284.8210066.67
HexD455FF11430011d6443
Octal3241253772110300435144103
Binary110101001010101111111111000110000110010001110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D455FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D455FF; }

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

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

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

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

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

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

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

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