#D454FB

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

Shades of Heliotrope #D454FB

Tints of Heliotrope #D454FB

Color information

#D454FB (or 0xD454FB) is unknown color: approx Heliotrope. HEX triplet: D4, 54 and FB. RGB value is (212,84,251). Sum of RGB (Red+Green+Blue) = 212+84+251=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 84 (33.20% from 255 or 15.36% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #D454FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D454FB is #2BAB04. Grayscale: #8C8C8C. Windows color (decimal): -2861829 or 16471252. OLE color: 16471252.

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

Color convert

RGB21284251-
CMYK0.160.6700.02
HSL285.99º95.43%65.69%-
HSV(B)285.99º66.53%98.43%-
XYZ47.7327.394.02-
YUV141.31189.91178.42-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 84 (33.20% from 255) = 15.36%
BLUE value IS 251 (98.44% from 255) = 45.89%
R=38.76%
G=15.36%
B=45.89%

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
Decimal212842510.160.6700.02285.9995.4365.69
HexD454FB10430211e5f42
Octal3241243732010302436137102
Binary1101010010101001111101110000100001101010001111010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D454FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D454FB; }

 p { color: rgb(212,84,251); }

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

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

 a { background-color: rgb(212,84,251); }

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

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

 span { border-color: rgb(212,84,251); }

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