#DA92AD

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

Shades of Kobi #DA92AD

Tints of Kobi #DA92AD

Color information

#DA92AD (or 0xDA92AD) is unknown color: approx Kobi. HEX triplet: DA, 92 and AD. RGB value is (218,146,173). Sum of RGB (Red+Green+Blue) = 218+146+173=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA92AD is #256D52. Grayscale: #AAAAAA. Windows color (decimal): -2452819 or 11375322. OLE color: 11375322.

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

Color convert

RGB218146173-
CMYK00.330.210.15
HSL337.5º49.32%71.37%-
HSV(B)337.5º33.03%85.49%-
XYZ46.7438.4844.5-
YUV170.61129.35161.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 173 (67.97% from 255) = 32.22%
R=40.60%
G=27.19%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814617300.330.210.15337.549.3271.37
HexDA92AD02115F1523147
Octal332222255041251752261107
Binary11011010100100101010110101000011010111111010100101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92AD; }

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

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

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

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

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

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

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

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