#DD96B4

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

Shades of Kobi #DD96B4

Tints of Kobi #DD96B4

Color information

#DD96B4 (or 0xDD96B4) is unknown color: approx Kobi. HEX triplet: DD, 96 and B4. RGB value is (221,150,180). Sum of RGB (Red+Green+Blue) = 221+150+180=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96B4 is #22694B. Grayscale: #AEAEAE. Windows color (decimal): -2255180 or 11835101. OLE color: 11835101.

HSL color Cylindrical-coordinate representation of color #DD96B4: hue angle of 334.65º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96B4 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221150180-
CMYK00.320.190.13
HSL334.65º51.08%72.75%-
HSV(B)334.65º32.13%86.67%-
XYZ48.9640.4848.41-
YUV174.65131.02161.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 180 (70.70% from 255) = 32.67%
R=40.11%
G=27.22%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115018000.320.190.13334.6551.0872.75
HexDD96B402013D14f3349
Octal335226264040231551763111
Binary11011101100101101011010001000001001111011010011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD96B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD96B4; }

 p { color: rgb(221,150,180); }

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

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

 a { background-color: rgb(221,150,180); }

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

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

 span { border-color: rgb(221,150,180); }

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