#DD8FB0

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

Shades of Kobi #DD8FB0

Tints of Kobi #DD8FB0

Color information

#DD8FB0 (or 0xDD8FB0) is unknown color: approx Kobi. HEX triplet: DD, 8F and B0. RGB value is (221,143,176). Sum of RGB (Red+Green+Blue) = 221+143+176=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8FB0 is #22704F. Grayscale: #AAAAAA. Windows color (decimal): -2256976 or 11571165. OLE color: 11571165.

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

Color convert

RGB221143176-
CMYK00.350.200.13
HSL334.62º53.42%71.37%-
HSV(B)334.62º35.29%86.67%-
XYZ47.4838.1545.94-
YUV170.08131.34164.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=40.93%
G=26.48%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114317600.350.200.13334.6253.4271.37
HexDD8FB002314D14f3547
Octal335217260043241551765107
Binary11011101100011111011000001000111010011011010011111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8FB0; }

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

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

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

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

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

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

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

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