#DD81B0

Color #DD81B0 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DD81B0

Tints of Kobi #DD81B0

Color information

#DD81B0 (or 0xDD81B0) is unknown color: approx Kobi. HEX triplet: DD, 81 and B0. RGB value is (221,129,176). Sum of RGB (Red+Green+Blue) = 221+129+176=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD81B0 is #227E4F. Grayscale: #A1A1A1. Windows color (decimal): -2260560 or 11567581. OLE color: 11567581.

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

Color convert

RGB221129176-
CMYK00.420.200.13
HSL329.35º57.5%68.63%-
HSV(B)329.35º41.63%86.67%-
XYZ45.5134.2145.28-
YUV161.87135.98170.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 129 (50.78% from 255) = 24.52%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=42.02%
G=24.52%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112917600.420.200.13329.3557.568.63
HexDD81B002A14D1493a45
Octal335201260052241551172105
Binary11011101100000011011000001010101010011011010010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81B0; }

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

 H1.HeaderClassName
 {
   color: #DD81B0;
 }
 .AnyTagClassName
 {
   color: #DD81B0;
 }
</style>
background-color css

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

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

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

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

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

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