#DD7BAC

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

Shades of Kobi #DD7BAC

Tints of Kobi #DD7BAC

Color information

#DD7BAC (or 0xDD7BAC) is unknown color: approx Kobi. HEX triplet: DD, 7B and AC. RGB value is (221,123,172). Sum of RGB (Red+Green+Blue) = 221+123+172=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7BAC is #228453. Grayscale: #9D9D9D. Windows color (decimal): -2262100 or 11303901. OLE color: 11303901.

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

Color convert

RGB221123172-
CMYK00.440.220.13
HSL330º59.04%67.45%-
HSV(B)330º44.34%86.67%-
XYZ44.3532.5242.97-
YUV157.89135.97173.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 123 (48.44% from 255) = 23.84%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=42.83%
G=23.84%
B=33.33%

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
Decimal22112317200.440.220.1333059.0467.45
HexDD7BAC02C16D14a3b43
Octal335173254054261551273103
Binary1101110111110111010110001011001011011011010010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7BAC; }

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

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

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

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

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

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

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

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