Html Css Color HEX #DD98A9 Kobi

📋 copy color: '#DD98A9'

red 221 ◦ green 152 ◦ blue 169

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

Shades of Kobi #DD98A9

Tints of Kobi #DD98A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.04%

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

R = 40.77%
G = 28.04%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD98A9 (or 0xDD98A9) is known color: Kobi. HEX triplet: DD, 98 and A9. RGB value is (221,152,169). Sum of RGB (Red+Green+Blue) = 221+152+169=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98A9 is #226756. Grayscale: #AEAEAE. Windows color (decimal): -2254679 or 11114717. OLE color: 11114717.

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

Color convert

RGB 221 152 169 -
CMYK 0 0.31 0.24 0.13
HSL 345.22º 0.5% 0.73% -
HSV(B) 345.22º 0.31% 0.87% -
XYZ 48.21 40.69 42.85 -
YUV 174.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 221 152 169 0 0.31 0.24 0.13 345.22 0.5 0.73
Hex DD 98 A9 0 1F 18 D 159 32 49
Octal 335 230 251 0 37 30 15 531 62 111
Binary 11011101 10011000 10101001 0 11111 11000 1101 101011001 110010 1001001

Color Harmonies of #DD98A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD98A9

Black with #DD98A9

Text Example


Text Example

White with #DD98A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD98A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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