#DD81AE

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

Shades of Kobi #DD81AE

Tints of Kobi #DD81AE

Color information

#DD81AE (or 0xDD81AE) is unknown color: approx Kobi. HEX triplet: DD, 81 and AE. RGB value is (221,129,174). Sum of RGB (Red+Green+Blue) = 221+129+174=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD81AE is #227E51. Grayscale: #A1A1A1. Windows color (decimal): -2260562 or 11436509. OLE color: 11436509.

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

Color convert

RGB221129174-
CMYK00.420.210.13
HSL330.65º57.5%68.63%-
HSV(B)330.65º41.63%86.67%-
XYZ45.3134.1344.24-
YUV161.64134.98170.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=42.18%
G=24.62%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112917400.420.210.13330.6557.568.63
HexDD81AE02A15D14b3a45
Octal335201256052251551372105
Binary11011101100000011010111001010101010111011010010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81AE; }

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

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

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

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

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

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

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

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