#DD7EAF

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

Shades of Kobi #DD7EAF

Tints of Kobi #DD7EAF

Color information

#DD7EAF (or 0xDD7EAF) is unknown color: approx Kobi. HEX triplet: DD, 7E and AF. RGB value is (221,126,175). Sum of RGB (Red+Green+Blue) = 221+126+175=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EAF is #228150. Grayscale: #9F9F9F. Windows color (decimal): -2261329 or 11501277. OLE color: 11501277.

HSL color Cylindrical-coordinate representation of color #DD7EAF: hue angle of 329.05º 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 #DD7EAF is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221126175-
CMYK00.430.210.13
HSL329.05º58.28%68.04%-
HSV(B)329.05º42.99%86.67%-
XYZ45.0233.3944.63-
YUV159.99136.47171.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 126 (49.61% from 255) = 24.14%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=42.34%
G=24.14%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112617500.430.210.13329.0558.2868.04
HexDD7EAF02B15D1493a44
Octal335176257053251551172104
Binary1101110111111101010111101010111010111011010010011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EAF; }

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

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

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

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

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

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

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

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