#D052F3

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

Shades of Heliotrope #D052F3

Tints of Heliotrope #D052F3

Color information

#D052F3 (or 0xD052F3) is unknown color: approx Heliotrope. HEX triplet: D0, 52 and F3. RGB value is (208,82,243). Sum of RGB (Red+Green+Blue) = 208+82+243=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #D052F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052F3 is #2FAD0C. Grayscale: #898989. Windows color (decimal): -3124493 or 15946448. OLE color: 15946448.

HSL color Cylindrical-coordinate representation of color #D052F3: hue angle of 286.96º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D052F3 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20882243-
CMYK0.140.6600.05
HSL286.96º87.03%63.73%-
HSV(B)286.96º66.26%95.29%-
XYZ45.2125.9287.41-
YUV138.03187.24177.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 82 (32.42% from 255) = 15.38%
BLUE value IS 243 (95.31% from 255) = 45.59%
R=39.02%
G=15.38%
B=45.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208822430.140.6600.05286.9687.0363.73
HexD052F3E420511f5740
Octal3201223631610205437127100
Binary1101000010100101111001111101000010010110001111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D052F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D052F3; }

 p { color: rgb(208,82,243); }

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

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

 a { background-color: rgb(208,82,243); }

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

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

 span { border-color: rgb(208,82,243); }

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