Html Css Color HEX #DD8BB0 Kobi

📋 copy color: '#DD8BB0'

red 221 ◦ green 139 ◦ blue 176

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

Shades of Kobi #DD8BB0

Tints of Kobi #DD8BB0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.93%

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

R = 41.23%
G = 25.93%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD8BB0 (or 0xDD8BB0) is known color: Kobi. HEX triplet: DD, 8B and B0. RGB value is (221,139,176). Sum of RGB (Red+Green+Blue) = 221+139+176=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8BB0 is #22744F. Grayscale: #A7A7A7. Windows color (decimal): -2258000 or 11570141. OLE color: 11570141.

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

Color convert

RGB 221 139 176 -
CMYK 0 0.37 0.20 0.13
HSL 332.93º 0.55% 0.71% -
HSV(B) 332.93º 0.37% 0.87% -
XYZ 46.89 36.97 45.74 -
YUV 167.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 221 139 176 0 0.37 0.20 0.13 332.93 0.55 0.71
Hex DD 8B B0 0 25 14 D 14D 37 47
Octal 335 213 260 0 45 24 15 515 67 107
Binary 11011101 10001011 10110000 0 100101 10100 1101 101001101 110111 1000111

Color Harmonies of #DD8BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8BB0

Black with #DD8BB0

Text Example


Text Example

White with #DD8BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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