#DD92FB

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

Shades of Heliotrope #DD92FB

Tints of Heliotrope #DD92FB

Color information

#DD92FB (or 0xDD92FB) is unknown color: approx Heliotrope. HEX triplet: DD, 92 and FB. RGB value is (221,146,251). Sum of RGB (Red+Green+Blue) = 221+146+251=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 146 (57.42% from 255 or 23.62% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD92FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92FB is #226D04. Grayscale: #B4B4B4. Windows color (decimal): -2256133 or 16487133. OLE color: 16487133.

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

Color convert

RGB221146251-
CMYK0.120.4200.02
HSL282.86º92.92%77.84%-
HSV(B)282.86º41.83%98.43%-
XYZ57.5142.8996.52-
YUV180.4167.85156.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 146 (57.42% from 255) = 23.62%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=35.76%
G=23.62%
B=40.61%

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
Decimal2211462510.120.4200.02282.8692.9277.84
HexDD92FBC2A0211b5d4e
Octal335222373145202433135116
Binary110111011001001011111011110010101001010001101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD92FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD92FB; }

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

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

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

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

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

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

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

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