#DD7BAA

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

Shades of Kobi #DD7BAA

Tints of Kobi #DD7BAA

Color information

#DD7BAA (or 0xDD7BAA) is unknown color: approx Kobi. HEX triplet: DD, 7B and AA. RGB value is (221,123,170). Sum of RGB (Red+Green+Blue) = 221+123+170=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAA is #228455. Grayscale: #9D9D9D. Windows color (decimal): -2262102 or 11172829. OLE color: 11172829.

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

Color convert

RGB221123170-
CMYK00.440.230.13
HSL331.22º59.04%67.45%-
HSV(B)331.22º44.34%86.67%-
XYZ44.1632.4441.96-
YUV157.66134.97173.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 123 (48.44% from 255) = 23.93%
BLUE value IS 170 (66.80% from 255) = 33.07%
R=43.00%
G=23.93%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112317000.440.230.13331.2259.0467.45
HexDD7BAA02C17D14b3b43
Octal335173252054271551373103
Binary1101110111110111010101001011001011111011010010111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BAA; }

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

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

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

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

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

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

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

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