#DD90FB

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

Shades of Heliotrope #DD90FB

Tints of Heliotrope #DD90FB

Color information

#DD90FB (or 0xDD90FB) is unknown color: approx Heliotrope. HEX triplet: DD, 90 and FB. RGB value is (221,144,251). Sum of RGB (Red+Green+Blue) = 221+144+251=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD90FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90FB is #226F04. Grayscale: #B2B2B2. Windows color (decimal): -2256645 or 16486621. OLE color: 16486621.

HSL color Cylindrical-coordinate representation of color #DD90FB: hue angle of 283.18º 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 #DD90FB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221144251-
CMYK0.120.4300.02
HSL283.18º93.04%77.45%-
HSV(B)283.18º42.63%98.43%-
XYZ57.242.2896.41-
YUV179.22168.51157.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 144 (56.64% from 255) = 23.38%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=35.88%
G=23.38%
B=40.75%

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
Decimal2211442510.120.4300.02283.1893.0477.45
HexDD90FBC2B0211b5d4d
Octal335220373145302433135115
Binary110111011001000011111011110010101101010001101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90FB; }

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

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

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

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

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

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

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

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