#D752F5

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

Shades of Heliotrope #D752F5

Tints of Heliotrope #D752F5

Color information

#D752F5 (or 0xD752F5) is unknown color: approx Heliotrope. HEX triplet: D7, 52 and F5. RGB value is (215,82,245). Sum of RGB (Red+Green+Blue) = 215+82+245=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 82 (32.42% from 255 or 15.13% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #D752F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D752F5 is #28AD0A. Grayscale: #8B8B8B. Windows color (decimal): -2665739 or 16077527. OLE color: 16077527.

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

Color convert

RGB21582245-
CMYK0.120.6700.04
HSL288.96º89.07%64.12%-
HSV(B)288.96º66.53%96.08%-
XYZ47.5227.0789.11-
YUV140.35187.06181.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.67%
GREEN value IS 82 (32.42% from 255) = 15.13%
BLUE value IS 245 (96.09% from 255) = 45.20%
R=39.67%
G=15.13%
B=45.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal215822450.120.6700.04288.9689.0764.12
HexD752F5C43041215940
Octal3271223651410304441131100
Binary1101011110100101111010111001000011010010010000110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D752F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D752F5; }

 p { color: rgb(215,82,245); }

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

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

 a { background-color: rgb(215,82,245); }

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

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

 span { border-color: rgb(215,82,245); }

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