Html Css Color HEX #DD98AA Kobi

📋 copy color: '#DD98AA'

red 221 ◦ green 152 ◦ blue 170

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

Shades of Kobi #DD98AA

Tints of Kobi #DD98AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.31%

R = 40.7%
G = 27.99%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD98AA (or 0xDD98AA) is known color: Kobi. HEX triplet: DD, 98 and AA. RGB value is (221,152,170). Sum of RGB (Red+Green+Blue) = 221+152+170=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98AA is #226755. Grayscale: #AEAEAE. Windows color (decimal): -2254678 or 11180253. OLE color: 11180253.

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

Color convert

RGB 221 152 170 -
CMYK 0 0.31 0.23 0.13
HSL 344.35º 0.5% 0.73% -
HSV(B) 344.35º 0.31% 0.87% -
XYZ 48.3 40.73 43.35 -
YUV 174.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 221 152 170 0 0.31 0.23 0.13 344.35 0.5 0.73
Hex DD 98 AA 0 1F 17 D 158 32 49
Octal 335 230 252 0 37 27 15 530 62 111
Binary 11011101 10011000 10101010 0 11111 10111 1101 101011000 110010 1001001

Color Harmonies of #DD98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD98AA

Black with #DD98AA

Text Example


Text Example

White with #DD98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD98AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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