#D053F4

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

Shades of Heliotrope #D053F4

Tints of Heliotrope #D053F4

Color information

#D053F4 (or 0xD053F4) is unknown color: approx Heliotrope. HEX triplet: D0, 53 and F4. RGB value is (208,83,244). Sum of RGB (Red+Green+Blue) = 208+83+244=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 83 (32.81% from 255 or 15.51% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #D053F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053F4 is #2FAC0B. Grayscale: #8A8A8A. Windows color (decimal): -3124236 or 16012240. OLE color: 16012240.

HSL color Cylindrical-coordinate representation of color #D053F4: hue angle of 286.58º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D053F4 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20883244-
CMYK0.150.6600.04
HSL286.58º87.98%64.12%-
HSV(B)286.58º65.98%95.69%-
XYZ45.4326.1388.24-
YUV138.73187.41177.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 83 (32.81% from 255) = 15.51%
BLUE value IS 244 (95.70% from 255) = 45.61%
R=38.88%
G=15.51%
B=45.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal208832440.150.6600.04286.5887.9864.12
HexD053F4F420411f5840
Octal3201233641710204437130100
Binary1101000010100111111010011111000010010010001111110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D053F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D053F4; }

 p { color: rgb(208,83,244); }

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

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

 a { background-color: rgb(208,83,244); }

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

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

 span { border-color: rgb(208,83,244); }

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