#D445FC

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

Shades of Heliotrope #D445FC

Tints of Heliotrope #D445FC

Color information

#D445FC (or 0xD445FC) is unknown color: approx Heliotrope. HEX triplet: D4, 45 and FC. RGB value is (212,69,252). Sum of RGB (Red+Green+Blue) = 212+69+252=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 69 (27.34% from 255 or 12.95% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #D445FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D445FC is #2BBA03. Grayscale: #848484. Windows color (decimal): -2865668 or 16532948. OLE color: 16532948.

HSL color Cylindrical-coordinate representation of color #D445FC: hue angle of 286.89º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D445FC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21269252-
CMYK0.160.7300.01
HSL286.89º96.83%62.94%-
HSV(B)286.89º72.62%98.82%-
XYZ46.8525.2894.51-
YUV132.62195.38184.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 69 (27.34% from 255) = 12.95%
BLUE value IS 252 (98.83% from 255) = 47.28%
R=39.77%
G=12.95%
B=47.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212692520.160.7300.01286.8996.8362.94
HexD445FC10490111f613f
Octal324105374201110143714177
Binary11010100100010111111100100001001001011000111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D445FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D445FC; }

 p { color: rgb(212,69,252); }

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

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

 a { background-color: rgb(212,69,252); }

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

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

 span { border-color: rgb(212,69,252); }

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