#DD8CB2

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

Shades of Kobi #DD8CB2

Tints of Kobi #DD8CB2

Color information

#DD8CB2 (or 0xDD8CB2) is unknown color: approx Kobi. HEX triplet: DD, 8C and B2. RGB value is (221,140,178). Sum of RGB (Red+Green+Blue) = 221+140+178=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8CB2 is #22734D. Grayscale: #A8A8A8. Windows color (decimal): -2257742 or 11701469. OLE color: 11701469.

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

Color convert

RGB221140178-
CMYK00.370.190.13
HSL331.85º54.36%70.78%-
HSV(B)331.85º36.65%86.67%-
XYZ47.2337.3446.84-
YUV168.55133.34165.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=41.00%
G=25.97%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114017800.370.190.13331.8554.3670.78
HexDD8CB202513D14c3647
Octal335214262045231551466107
Binary11011101100011001011001001001011001111011010011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CB2; }

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

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

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

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

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

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

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

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