Html Css Color HEX #DD99B5 Kobi

📋 copy color: '#DD99B5'

red 221 ◦ green 153 ◦ blue 181

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

Shades of Kobi #DD99B5

Tints of Kobi #DD99B5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.57%

 BLUE value IS 181 (71.09% from 255) = 32.61%

R = 39.82%
G = 27.57%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD99B5 (or 0xDD99B5) is known color: Kobi. HEX triplet: DD, 99 and B5. RGB value is (221,153,181). Sum of RGB (Red+Green+Blue) = 221+153+181=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99B5 is #22664A. Grayscale: #B0B0B0. Windows color (decimal): -2254411 or 11901405. OLE color: 11901405.

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

Color convert

RGB 221 153 181 -
CMYK 0 0.31 0.18 0.13
HSL 335.29º 0.5% 0.73% -
HSV(B) 335.29º 0.31% 0.87% -
XYZ 49.55 41.49 49.11 -
YUV 176.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 221 153 181 0 0.31 0.18 0.13 335.29 0.5 0.73
Hex DD 99 B5 0 1F 12 D 14F 32 49
Octal 335 231 265 0 37 22 15 517 62 111
Binary 11011101 10011001 10110101 0 11111 10010 1101 101001111 110010 1001001

Color Harmonies of #DD99B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99B5

Black with #DD99B5

Text Example


Text Example

White with #DD99B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99B5; }

 p { color: rgb(221,153,181); }

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

background-color css

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

 a { background-color: rgb(221,153,181); }

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

border-color css

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

 span { border-color: rgb(221,153,181); }

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