#DD81AF

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

Shades of Kobi #DD81AF

Tints of Kobi #DD81AF

Color information

#DD81AF (or 0xDD81AF) is unknown color: approx Kobi. HEX triplet: DD, 81 and AF. RGB value is (221,129,175). Sum of RGB (Red+Green+Blue) = 221+129+175=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD81AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD81AF is #227E50. Grayscale: #A1A1A1. Windows color (decimal): -2260561 or 11502045. OLE color: 11502045.

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

Color convert

RGB221129175-
CMYK00.420.210.13
HSL330º57.5%68.63%-
HSV(B)330º41.63%86.67%-
XYZ45.4134.1744.76-
YUV161.75135.48170.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=42.10%
G=24.57%
B=33.33%

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
Decimal22112917500.420.210.1333057.568.63
HexDD81AF02A15D14a3a45
Octal335201257052251551272105
Binary11011101100000011010111101010101010111011010010101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD81AF; }

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

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

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

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

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

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

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

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