Html Css Color HEX #DD9DB5 Kobi

📋 copy color: '#DD9DB5'

red 221 ◦ green 157 ◦ blue 181

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

Shades of Kobi #DD9DB5

Tints of Kobi #DD9DB5

RGB

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

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

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

R = 39.53%
G = 28.09%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD9DB5 (or 0xDD9DB5) is known color: Kobi. HEX triplet: DD, 9D and B5. RGB value is (221,157,181). Sum of RGB (Red+Green+Blue) = 221+157+181=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DB5 is #22624A. Grayscale: #B2B2B2. Windows color (decimal): -2253387 or 11902429. OLE color: 11902429.

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

Color convert

RGB 221 157 181 -
CMYK 0 0.29 0.18 0.13
HSL 337.5º 0.48% 0.74% -
HSV(B) 337.5º 0.29% 0.87% -
XYZ 50.22 42.82 49.33 -
YUV 178.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 221 157 181 0 0.29 0.18 0.13 337.5 0.48 0.74
Hex DD 9D B5 0 1D 12 D 152 30 4A
Octal 335 235 265 0 35 22 15 522 60 112
Binary 11011101 10011101 10110101 0 11101 10010 1101 101010010 110000 1001010

Color Harmonies of #DD9DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DB5

Black with #DD9DB5

Text Example


Text Example

White with #DD9DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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