#DD8AB2

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

Shades of Kobi #DD8AB2

Tints of Kobi #DD8AB2

Color information

#DD8AB2 (or 0xDD8AB2) is unknown color: approx Kobi. HEX triplet: DD, 8A and B2. RGB value is (221,138,178). Sum of RGB (Red+Green+Blue) = 221+138+178=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8AB2 is #22754D. Grayscale: #A7A7A7. Windows color (decimal): -2258254 or 11700957. OLE color: 11700957.

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

Color convert

RGB221138178-
CMYK00.380.190.13
HSL331.08º54.97%70.39%-
HSV(B)331.08º37.56%86.67%-
XYZ46.9436.7646.74-
YUV167.38134166.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 138 (54.30% from 255) = 25.70%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=41.15%
G=25.70%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113817800.380.190.13331.0854.9770.39
HexDD8AB202613D14b3746
Octal335212262046231551367106
Binary11011101100010101011001001001101001111011010010111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8AB2; }

 p { color: rgb(221,138,178); }

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

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

 a { background-color: rgb(221,138,178); }

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

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

 span { border-color: rgb(221,138,178); }

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