#D542FB

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

Shades of Heliotrope #D542FB

Tints of Heliotrope #D542FB

Color information

#D542FB (or 0xD542FB) is unknown color: approx Heliotrope. HEX triplet: D5, 42 and FB. RGB value is (213,66,251). Sum of RGB (Red+Green+Blue) = 213+66+251=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 66 (26.17% from 255 or 12.45% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #D542FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D542FB is #2ABD04. Grayscale: #828282. Windows color (decimal): -2800901 or 16466645. OLE color: 16466645.

HSL color Cylindrical-coordinate representation of color #D542FB: hue angle of 287.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D542FB is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21366251-
CMYK0.150.7400.02
HSL287.68º95.85%62.16%-
HSV(B)287.68º73.71%98.43%-
XYZ46.825.0193.63-
YUV131.04195.7186.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 66 (26.17% from 255) = 12.45%
BLUE value IS 251 (98.44% from 255) = 47.36%
R=40.19%
G=12.45%
B=47.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213662510.150.7400.02287.6895.8562.16
HexD542FBF4A02120603e
Octal325102373171120244014076
Binary11010101100001011111011111110010100101001000001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D542FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D542FB; }

 p { color: rgb(213,66,251); }

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

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

 a { background-color: rgb(213,66,251); }

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

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

 span { border-color: rgb(213,66,251); }

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