Html Css Color HEX #DD96AA Kobi

📋 copy color: '#DD96AA'

red 221 ◦ green 150 ◦ blue 170

#DD96AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #DD96AA

Tints of Kobi #DD96AA

RGB

 RED value IS 221 (86.72% from 255) = 40.85%

 GREEN value IS 150 (58.98% from 255) = 27.73%

 BLUE value IS 170 (66.8% from 255) = 31.42%

R = 40.85%
G = 27.73%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD96AA (or 0xDD96AA) is known color: Kobi. HEX triplet: DD, 96 and AA. RGB value is (221,150,170). Sum of RGB (Red+Green+Blue) = 221+150+170=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96AA is #226955. Grayscale: #ADADAD. Windows color (decimal): -2255190 or 11179741. OLE color: 11179741.

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

Color convert

RGB 221 150 170 -
CMYK 0 0.32 0.23 0.13
HSL 343.1º 0.51% 0.73% -
HSV(B) 343.1º 0.32% 0.87% -
XYZ 47.98 40.09 43.24 -
YUV 173.51 126.02 161.87 -
System Red Green Blue C M Y K H S L
Decimal 221 150 170 0 0.32 0.23 0.13 343.1 0.51 0.73
Hex DD 96 AA 0 20 17 D 157 33 49
Octal 335 226 252 0 40 27 15 527 63 111
Binary 11011101 10010110 10101010 0 100000 10111 1101 101010111 110011 1001001

Color Harmonies of #DD96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96AA

Black with #DD96AA

Text Example


Text Example

White with #DD96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96AA; }

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

 H1.HeaderClassName
 {
   color: #DD96AA;
 }
 .AnyTagClassName
 {
   color: #DD96AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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