Html Css Color HEX #DD89AB Kobi

📋 copy color: '#DD89AB'

red 221 ◦ green 137 ◦ blue 171

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

Shades of Kobi #DD89AB

Tints of Kobi #DD89AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.9%

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 41.78%
G = 25.9%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD89AB (or 0xDD89AB) is known color: Kobi. HEX triplet: DD, 89 and AB. RGB value is (221,137,171). Sum of RGB (Red+Green+Blue) = 221+137+171=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89AB is #227654. Grayscale: #A5A5A5. Windows color (decimal): -2258517 or 11241949. OLE color: 11241949.

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

Color convert

RGB 221 137 171 -
CMYK 0 0.38 0.23 0.13
HSL 335.71º 0.55% 0.7% -
HSV(B) 335.71º 0.38% 0.87% -
XYZ 46.12 36.2 43.09 -
YUV 165.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 221 137 171 0 0.38 0.23 0.13 335.71 0.55 0.7
Hex DD 89 AB 0 26 17 D 150 37 46
Octal 335 211 253 0 46 27 15 520 67 106
Binary 11011101 10001001 10101011 0 100110 10111 1101 101010000 110111 1000110

Color Harmonies of #DD89AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD89AB

Black with #DD89AB

Text Example


Text Example

White with #DD89AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD89AB; }

 p { color: rgb(221,137,171); }

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

background-color css

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

 a { background-color: rgb(221,137,171); }

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

border-color css

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

 span { border-color: rgb(221,137,171); }

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