#DD7EB0

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

Shades of Kobi #DD7EB0

Tints of Kobi #DD7EB0

Color information

#DD7EB0 (or 0xDD7EB0) is unknown color: approx Kobi. HEX triplet: DD, 7E and B0. RGB value is (221,126,176). Sum of RGB (Red+Green+Blue) = 221+126+176=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EB0 is #22814F. Grayscale: #A0A0A0. Windows color (decimal): -2261328 or 11566813. OLE color: 11566813.

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

Color convert

RGB221126176-
CMYK00.430.200.13
HSL328.42º58.28%68.04%-
HSV(B)328.42º42.99%86.67%-
XYZ45.1233.4345.15-
YUV160.1136.97171.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 126 (49.61% from 255) = 24.09%
BLUE value IS 176 (69.14% from 255) = 33.65%
R=42.26%
G=24.09%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112617600.430.200.13328.4258.2868.04
HexDD7EB002B14D1483a44
Octal335176260053241551072104
Binary1101110111111101011000001010111010011011010010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EB0; }

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

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

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

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

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

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

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

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