#DD97B3

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

Shades of Kobi #DD97B3

Tints of Kobi #DD97B3

Color information

#DD97B3 (or 0xDD97B3) is unknown color: approx Kobi. HEX triplet: DD, 97 and B3. RGB value is (221,151,179). Sum of RGB (Red+Green+Blue) = 221+151+179=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD97B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD97B3 is #22684C. Grayscale: #AFAFAF. Windows color (decimal): -2254925 or 11769821. OLE color: 11769821.

HSL color Cylindrical-coordinate representation of color #DD97B3: hue angle of 336º 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 #DD97B3 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221151179-
CMYK00.320.190.13
HSL336º50.72%72.94%-
HSV(B)336º31.67%86.67%-
XYZ49.0240.7647.93-
YUV175.12130.19160.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=40.11%
G=27.40%
B=32.49%

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
Decimal22115117900.320.190.1333650.7272.94
HexDD97B302013D1503349
Octal335227263040231552063111
Binary11011101100101111011001101000001001111011010100001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD97B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD97B3; }

 p { color: rgb(221,151,179); }

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

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

 a { background-color: rgb(221,151,179); }

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

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

 span { border-color: rgb(221,151,179); }

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