#DC90FB

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

Shades of Heliotrope #DC90FB

Tints of Heliotrope #DC90FB

Color information

#DC90FB (or 0xDC90FB) is unknown color: approx Heliotrope. HEX triplet: DC, 90 and FB. RGB value is (220,144,251). Sum of RGB (Red+Green+Blue) = 220+144+251=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90FB is #236F04. Grayscale: #B2B2B2. Windows color (decimal): -2322181 or 16486620. OLE color: 16486620.

HSL color Cylindrical-coordinate representation of color #DC90FB: hue angle of 282.62º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC90FB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220144251-
CMYK0.120.4300.02
HSL282.62º93.04%77.45%-
HSV(B)282.62º42.63%98.43%-
XYZ56.942.1396.4-
YUV178.92168.68157.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 144 (56.64% from 255) = 23.41%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=35.77%
G=23.41%
B=40.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201442510.120.4300.02282.6293.0477.45
HexDC90FBC2B0211b5d4d
Octal334220373145302433135115
Binary110111001001000011111011110010101101010001101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90FB; }

 p { color: rgb(220,144,251); }

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

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

 a { background-color: rgb(220,144,251); }

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

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

 span { border-color: rgb(220,144,251); }

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