#DD91FB

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

Shades of Heliotrope #DD91FB

Tints of Heliotrope #DD91FB

Color information

#DD91FB (or 0xDD91FB) is unknown color: approx Heliotrope. HEX triplet: DD, 91 and FB. RGB value is (221,145,251). Sum of RGB (Red+Green+Blue) = 221+145+251=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD91FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD91FB is #226E04. Grayscale: #B3B3B3. Windows color (decimal): -2256389 or 16486877. OLE color: 16486877.

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

Color convert

RGB221145251-
CMYK0.120.4200.02
HSL283.02º92.98%77.65%-
HSV(B)283.02º42.23%98.43%-
XYZ57.3642.5996.46-
YUV179.81168.18157.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 145 (57.03% from 255) = 23.50%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=35.82%
G=23.50%
B=40.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211452510.120.4200.02283.0292.9877.65
HexDD91FBC2A0211b5d4e
Octal335221373145202433135116
Binary110111011001000111111011110010101001010001101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91FB; }

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

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

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

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

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

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

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

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