#D352FB

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

Shades of Heliotrope #D352FB

Tints of Heliotrope #D352FB

Color information

#D352FB (or 0xD352FB) is unknown color: approx Heliotrope. HEX triplet: D3, 52 and FB. RGB value is (211,82,251). Sum of RGB (Red+Green+Blue) = 211+82+251=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 82 (32.42% from 255 or 15.07% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #D352FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D352FB is #2CAD04. Grayscale: #8B8B8B. Windows color (decimal): -2927877 or 16470739. OLE color: 16470739.

HSL color Cylindrical-coordinate representation of color #D352FB: hue angle of 285.8º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D352FB is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21182251-
CMYK0.160.6700.02
HSL285.8º95.48%65.29%-
HSV(B)285.8º67.33%98.43%-
XYZ47.2926.8593.96-
YUV139.84190.74178.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.79%
GREEN value IS 82 (32.42% from 255) = 15.07%
BLUE value IS 251 (98.44% from 255) = 46.14%
R=38.79%
G=15.07%
B=46.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211822510.160.6700.02285.895.4865.29
HexD352FB10430211e5f41
Octal3231223732010302436137101
Binary1101001110100101111101110000100001101010001111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D352FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D352FB; }

 p { color: rgb(211,82,251); }

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

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

 a { background-color: rgb(211,82,251); }

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

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

 span { border-color: rgb(211,82,251); }

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