#D45DFD

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

Shades of Heliotrope #D45DFD

Tints of Heliotrope #D45DFD

Color information

#D45DFD (or 0xD45DFD) is unknown color: approx Heliotrope. HEX triplet: D4, 5D and FD. RGB value is (212,93,253). Sum of RGB (Red+Green+Blue) = 212+93+253=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #D45DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45DFD is #2BA202. Grayscale: #929292. Windows color (decimal): -2859523 or 16604628. OLE color: 16604628.

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

Color convert

RGB21293253-
CMYK0.160.6300.01
HSL284.62º97.56%67.84%-
HSV(B)284.62º63.24%99.22%-
XYZ48.828.9295.94-
YUV146.82187.92174.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.99%
GREEN value IS 93 (36.72% from 255) = 16.67%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=37.99%
G=16.67%
B=45.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal212932530.160.6300.01284.6297.5667.84
HexD45DFD103F0111d6244
Octal324135375207701435142104
Binary11010100101110111111101100001111110110001110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45DFD; }

 p { color: rgb(212,93,253); }

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

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

 a { background-color: rgb(212,93,253); }

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

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

 span { border-color: rgb(212,93,253); }

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