#DA7CAD

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

Shades of Kobi #DA7CAD

Tints of Kobi #DA7CAD

Color information

#DA7CAD (or 0xDA7CAD) is unknown color: approx Kobi. HEX triplet: DA, 7C and AD. RGB value is (218,124,173). Sum of RGB (Red+Green+Blue) = 218+124+173=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7CAD is #258352. Grayscale: #9D9D9D. Windows color (decimal): -2458451 or 11369690. OLE color: 11369690.

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

Color convert

RGB218124173-
CMYK00.430.210.15
HSL328.72º55.95%67.06%-
HSV(B)328.72º43.12%85.49%-
XYZ43.6632.3443.48-
YUV157.69136.64171.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 124 (48.83% from 255) = 24.08%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=42.33%
G=24.08%
B=33.59%

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
Decimal21812417300.430.210.15328.7255.9567.06
HexDA7CAD02B15F1493843
Octal332174255053251751170103
Binary1101101011111001010110101010111010111111010010011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7CAD; }

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

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

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

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

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

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

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

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