#DA7CAC

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

Shades of Kobi #DA7CAC

Tints of Kobi #DA7CAC

Color information

#DA7CAC (or 0xDA7CAC) is unknown color: approx Kobi. HEX triplet: DA, 7C and AC. RGB value is (218,124,172). Sum of RGB (Red+Green+Blue) = 218+124+172=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7CAC is #258353. Grayscale: #9D9D9D. Windows color (decimal): -2458452 or 11304154. OLE color: 11304154.

HSL color Cylindrical-coordinate representation of color #DA7CAC: hue angle of 329.36º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7CAC is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218124172-
CMYK00.430.210.15
HSL329.36º55.95%67.06%-
HSV(B)329.36º43.12%85.49%-
XYZ43.5732.342.97-
YUV157.58136.14171.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 124 (48.83% from 255) = 24.12%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=42.41%
G=24.12%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812417200.430.210.15329.3655.9567.06
HexDA7CAC02B15F1493843
Octal332174254053251751170103
Binary1101101011111001010110001010111010111111010010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7CAC; }

 p { color: rgb(218,124,172); }

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

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

 a { background-color: rgb(218,124,172); }

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

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

 span { border-color: rgb(218,124,172); }

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