Html Css Color HEX #DD9DB0 Kobi

📋 copy color: '#DD9DB0'

red 221 ◦ green 157 ◦ blue 176

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

Shades of Kobi #DD9DB0

Tints of Kobi #DD9DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.34%

 BLUE value IS 176 (69.14% from 255) = 31.77%

R = 39.89%
G = 28.34%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD9DB0 (or 0xDD9DB0) is known color: Kobi. HEX triplet: DD, 9D and B0. RGB value is (221,157,176). Sum of RGB (Red+Green+Blue) = 221+157+176=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DB0 is #22624F. Grayscale: #B2B2B2. Windows color (decimal): -2253392 or 11574749. OLE color: 11574749.

HSL color Cylindrical-coordinate representation of color #DD9DB0: hue angle of 342.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DB0 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 176 -
CMYK 0 0.29 0.20 0.13
HSL 342.19º 0.48% 0.74% -
HSV(B) 342.19º 0.29% 0.87% -
XYZ 49.71 42.62 46.68 -
YUV 178.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 221 157 176 0 0.29 0.20 0.13 342.19 0.48 0.74
Hex DD 9D B0 0 1D 14 D 156 30 4A
Octal 335 235 260 0 35 24 15 526 60 112
Binary 11011101 10011101 10110000 0 11101 10100 1101 101010110 110000 1001010

Color Harmonies of #DD9DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DB0

Black with #DD9DB0

Text Example


Text Example

White with #DD9DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DB0; }

 p { color: rgb(221,157,176); }

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

background-color css

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

 a { background-color: rgb(221,157,176); }

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

border-color css

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

 span { border-color: rgb(221,157,176); }

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