Html Css Color HEX #DD95AA Kobi

📋 copy color: '#DD95AA'

red 221 ◦ green 149 ◦ blue 170

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

Shades of Kobi #DD95AA

Tints of Kobi #DD95AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.59%

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

R = 40.93%
G = 27.59%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD95AA (or 0xDD95AA) is known color: Kobi. HEX triplet: DD, 95 and AA. RGB value is (221,149,170). Sum of RGB (Red+Green+Blue) = 221+149+170=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD95AA is #226A55. Grayscale: #ACACAC. Windows color (decimal): -2255446 or 11179485. OLE color: 11179485.

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

Color convert

RGB 221 149 170 -
CMYK 0 0.33 0.23 0.13
HSL 342.5º 0.51% 0.73% -
HSV(B) 342.5º 0.33% 0.87% -
XYZ 47.82 39.77 43.19 -
YUV 172.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 221 149 170 0 0.33 0.23 0.13 342.5 0.51 0.73
Hex DD 95 AA 0 21 17 D 156 33 49
Octal 335 225 252 0 41 27 15 526 63 111
Binary 11011101 10010101 10101010 0 100001 10111 1101 101010110 110011 1001001

Color Harmonies of #DD95AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD95AA

Black with #DD95AA

Text Example


Text Example

White with #DD95AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD95AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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