#DF7CAD

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

Shades of Kobi #DF7CAD

Tints of Kobi #DF7CAD

Color information

#DF7CAD (or 0xDF7CAD) is unknown color: approx Kobi. HEX triplet: DF, 7C and AD. RGB value is (223,124,173). Sum of RGB (Red+Green+Blue) = 223+124+173=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7CAD is #208352. Grayscale: #9F9F9F. Windows color (decimal): -2130771 or 11369695. OLE color: 11369695.

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

Color convert

RGB223124173-
CMYK00.440.220.13
HSL330.3º60.74%68.04%-
HSV(B)330.3º44.39%87.45%-
XYZ45.1833.1243.55-
YUV159.19135.8173.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=42.88%
G=23.85%
B=33.27%

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
Decimal22312417300.440.220.13330.360.7468.04
HexDF7CAD02C16D14a3d44
Octal337174255054261551275104
Binary1101111111111001010110101011001011011011010010101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CAD; }

 p { color: rgb(223,124,173); }

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

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

 a { background-color: rgb(223,124,173); }

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

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

 span { border-color: rgb(223,124,173); }

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