Html Css Color HEX #DD9BB2 Kobi

📋 copy color: '#DD9BB2'

red 221 ◦ green 155 ◦ blue 178

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

Shades of Kobi #DD9BB2

Tints of Kobi #DD9BB2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.98%

 BLUE value IS 178 (69.92% from 255) = 32.13%

R = 39.89%
G = 27.98%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DD9BB2 (or 0xDD9BB2) is known color: Kobi. HEX triplet: DD, 9B and B2. RGB value is (221,155,178). Sum of RGB (Red+Green+Blue) = 221+155+178=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9BB2 is #22644D. Grayscale: #B1B1B1. Windows color (decimal): -2253902 or 11705309. OLE color: 11705309.

HSL color Cylindrical-coordinate representation of color #DD9BB2: hue angle of 339.09º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9BB2 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 155 178 -
CMYK 0 0.30 0.19 0.13
HSL 339.09º 0.49% 0.74% -
HSV(B) 339.09º 0.3% 0.87% -
XYZ 49.58 42.03 47.62 -
YUV 177.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 221 155 178 0 0.30 0.19 0.13 339.09 0.49 0.74
Hex DD 9B B2 0 1E 13 D 153 31 4A
Octal 335 233 262 0 36 23 15 523 61 112
Binary 11011101 10011011 10110010 0 11110 10011 1101 101010011 110001 1001010

Color Harmonies of #DD9BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9BB2

Black with #DD9BB2

Text Example


Text Example

White with #DD9BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9BB2; }

 p { color: rgb(221,155,178); }

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

background-color css

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

 a { background-color: rgb(221,155,178); }

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

border-color css

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

 span { border-color: rgb(221,155,178); }

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