Html Css Color HEX #DD80A9 Kobi

📋 copy color: '#DD80A9'

red 221 ◦ green 128 ◦ blue 169

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

Shades of Kobi #DD80A9

Tints of Kobi #DD80A9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.71%

 BLUE value IS 169 (66.41% from 255) = 32.63%

R = 42.66%
G = 24.71%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD80A9 (or 0xDD80A9) is known color: Kobi. HEX triplet: DD, 80 and A9. RGB value is (221,128,169). Sum of RGB (Red+Green+Blue) = 221+128+169=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD80A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD80A9 is #227F56. Grayscale: #A0A0A0. Windows color (decimal): -2260823 or 11108573. OLE color: 11108573.

HSL color Cylindrical-coordinate representation of color #DD80A9: hue angle of 333.55º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD80A9 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 169 -
CMYK 0 0.42 0.24 0.13
HSL 333.55º 0.58% 0.68% -
HSV(B) 333.55º 0.42% 0.87% -
XYZ 44.7 33.68 41.68 -
YUV 160.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 221 128 169 0 0.42 0.24 0.13 333.55 0.58 0.68
Hex DD 80 A9 0 2A 18 D 14E 3A 44
Octal 335 200 251 0 52 30 15 516 72 104
Binary 11011101 10000000 10101001 0 101010 11000 1101 101001110 111010 1000100

Color Harmonies of #DD80A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD80A9

Black with #DD80A9

Text Example


Text Example

White with #DD80A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD80A9; }

 p { color: rgb(221,128,169); }

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

background-color css

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

 a { background-color: rgb(221,128,169); }

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

border-color css

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

 span { border-color: rgb(221,128,169); }

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