Html Css Color HEX #DD89A6 Kobi

📋 copy color: '#DD89A6'

red 221 ◦ green 137 ◦ blue 166

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

Shades of Kobi #DD89A6

Tints of Kobi #DD89A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.68%

R = 42.18%
G = 26.15%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD89A6 (or 0xDD89A6) is known color: Kobi. HEX triplet: DD, 89 and A6. RGB value is (221,137,166). Sum of RGB (Red+Green+Blue) = 221+137+166=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89A6 is #227659. Grayscale: #A5A5A5. Windows color (decimal): -2258522 or 10914269. OLE color: 10914269.

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

Color convert

RGB 221 137 166 -
CMYK 0 0.38 0.25 0.13
HSL 339.29º 0.55% 0.7% -
HSV(B) 339.29º 0.38% 0.87% -
XYZ 45.65 36.02 40.62 -
YUV 165.42 128.33 167.64 -
System Red Green Blue C M Y K H S L
Decimal 221 137 166 0 0.38 0.25 0.13 339.29 0.55 0.7
Hex DD 89 A6 0 26 19 D 153 37 46
Octal 335 211 246 0 46 31 15 523 67 106
Binary 11011101 10001001 10100110 0 100110 11001 1101 101010011 110111 1000110

Color Harmonies of #DD89A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD89A6

Black with #DD89A6

Text Example


Text Example

White with #DD89A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD89A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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