#DD7BAD

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

Shades of Kobi #DD7BAD

Tints of Kobi #DD7BAD

Color information

#DD7BAD (or 0xDD7BAD) is unknown color: approx Kobi. HEX triplet: DD, 7B and AD. RGB value is (221,123,173). Sum of RGB (Red+Green+Blue) = 221+123+173=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAD is #228452. Grayscale: #9D9D9D. Windows color (decimal): -2262099 or 11369437. OLE color: 11369437.

HSL color Cylindrical-coordinate representation of color #DD7BAD: hue angle of 329.39º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BAD is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221123173-
CMYK00.440.220.13
HSL329.39º59.04%67.45%-
HSV(B)329.39º44.34%86.67%-
XYZ44.4432.5643.48-
YUV158136.47172.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=42.75%
G=23.79%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112317300.440.220.13329.3959.0467.45
HexDD7BAD02C16D1493b43
Octal335173255054261551173103
Binary1101110111110111010110101011001011011011010010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BAD; }

 p { color: rgb(221,123,173); }

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

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

 a { background-color: rgb(221,123,173); }

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

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

 span { border-color: rgb(221,123,173); }

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