Html Css Color HEX #DD98A3 Kobi

📋 copy color: '#DD98A3'

red 221 ◦ green 152 ◦ blue 163

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

Shades of Kobi #DD98A3

Tints of Kobi #DD98A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.41%

R = 41.23%
G = 28.36%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD98A3 (or 0xDD98A3) is known color: Kobi. HEX triplet: DD, 98 and A3. RGB value is (221,152,163). Sum of RGB (Red+Green+Blue) = 221+152+163=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98A3 is #22675C. Grayscale: #ADADAD. Windows color (decimal): -2254685 or 10721501. OLE color: 10721501.

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

Color convert

RGB 221 152 163 -
CMYK 0 0.31 0.26 0.13
HSL 350.43º 0.5% 0.73% -
HSV(B) 350.43º 0.31% 0.87% -
XYZ 47.66 40.47 39.95 -
YUV 173.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 221 152 163 0 0.31 0.26 0.13 350.43 0.5 0.73
Hex DD 98 A3 0 1F 1A D 15E 32 49
Octal 335 230 243 0 37 32 15 536 62 111
Binary 11011101 10011000 10100011 0 11111 11010 1101 101011110 110010 1001001

Color Harmonies of #DD98A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD98A3

Black with #DD98A3

Text Example


Text Example

White with #DD98A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD98A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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