Html Css Color HEX #DD89B0 Kobi

📋 copy color: '#DD89B0'

red 221 ◦ green 137 ◦ blue 176

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

Shades of Kobi #DD89B0

Tints of Kobi #DD89B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.96%

R = 41.39%
G = 25.66%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD89B0 (or 0xDD89B0) is known color: Kobi. HEX triplet: DD, 89 and B0. RGB value is (221,137,176). Sum of RGB (Red+Green+Blue) = 221+137+176=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89B0 is #22764F. Grayscale: #A6A6A6. Windows color (decimal): -2258512 or 11569629. OLE color: 11569629.

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

Color convert

RGB 221 137 176 -
CMYK 0 0.38 0.20 0.13
HSL 332.14º 0.55% 0.7% -
HSV(B) 332.14º 0.38% 0.87% -
XYZ 46.6 36.4 45.64 -
YUV 166.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 221 137 176 0 0.38 0.20 0.13 332.14 0.55 0.7
Hex DD 89 B0 0 26 14 D 14C 37 46
Octal 335 211 260 0 46 24 15 514 67 106
Binary 11011101 10001001 10110000 0 100110 10100 1101 101001100 110111 1000110

Color Harmonies of #DD89B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD89B0

Black with #DD89B0

Text Example


Text Example

White with #DD89B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD89B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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