#DD7FAC

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

Shades of Kobi #DD7FAC

Tints of Kobi #DD7FAC

Color information

#DD7FAC (or 0xDD7FAC) is unknown color: approx Kobi. HEX triplet: DD, 7F and AC. RGB value is (221,127,172). Sum of RGB (Red+Green+Blue) = 221+127+172=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7FAC is #228053. Grayscale: #A0A0A0. Windows color (decimal): -2261076 or 11304925. OLE color: 11304925.

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

Color convert

RGB221127172-
CMYK00.430.220.13
HSL331.28º58.02%68.24%-
HSV(B)331.28º42.53%86.67%-
XYZ44.8533.5343.14-
YUV160.24134.64171.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=42.5%
G=24.42%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112717200.430.220.13331.2858.0268.24
HexDD7FAC02B16D14b3a44
Octal335177254053261551372104
Binary1101110111111111010110001010111011011011010010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7FAC; }

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

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

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

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

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

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

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

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