#DD94B0

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

Shades of Kobi #DD94B0

Tints of Kobi #DD94B0

Color information

#DD94B0 (or 0xDD94B0) is unknown color: approx Kobi. HEX triplet: DD, 94 and B0. RGB value is (221,148,176). Sum of RGB (Red+Green+Blue) = 221+148+176=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD94B0 is #226B4F. Grayscale: #ACACAC. Windows color (decimal): -2255696 or 11572445. OLE color: 11572445.

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

Color convert

RGB221148176-
CMYK00.330.200.13
HSL336.99º51.77%72.35%-
HSV(B)336.99º33.03%86.67%-
XYZ48.2539.6946.19-
YUV173.02129.68162.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=40.55%
G=27.16%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114817600.330.200.13336.9951.7772.35
HexDD94B002114D1513448
Octal335224260041241552164110
Binary11011101100101001011000001000011010011011010100011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD94B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD94B0; }

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

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

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

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

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

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

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

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