Html Css Color HEX #DD98A6 Kobi

📋 copy color: '#DD98A6'

red 221 ◦ green 152 ◦ blue 166

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

Shades of Kobi #DD98A6

Tints of Kobi #DD98A6

RGB

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

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

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

R = 41%
G = 28.2%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD98A6 (or 0xDD98A6) is known color: Kobi. HEX triplet: DD, 98 and A6. RGB value is (221,152,166). Sum of RGB (Red+Green+Blue) = 221+152+166=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98A6 is #226759. Grayscale: #AEAEAE. Windows color (decimal): -2254682 or 10918109. OLE color: 10918109.

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

Color convert

RGB 221 152 166 -
CMYK 0 0.31 0.25 0.13
HSL 347.83º 0.5% 0.73% -
HSV(B) 347.83º 0.31% 0.87% -
XYZ 47.93 40.58 41.38 -
YUV 174.23 123.36 161.36 -
System Red Green Blue C M Y K H S L
Decimal 221 152 166 0 0.31 0.25 0.13 347.83 0.5 0.73
Hex DD 98 A6 0 1F 19 D 15C 32 49
Octal 335 230 246 0 37 31 15 534 62 111
Binary 11011101 10011000 10100110 0 11111 11001 1101 101011100 110010 1001001

Color Harmonies of #DD98A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD98A6

Black with #DD98A6

Text Example


Text Example

White with #DD98A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD98A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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