#DA92A2

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

Shades of Kobi #DA92A2

Tints of Kobi #DA92A2

Color information

#DA92A2 (or 0xDA92A2) is unknown color: approx Kobi. HEX triplet: DA, 92 and A2. RGB value is (218,146,162). Sum of RGB (Red+Green+Blue) = 218+146+162=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA92A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA92A2 is #256D5D. Grayscale: #A9A9A9. Windows color (decimal): -2452830 or 10654426. OLE color: 10654426.

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

Color convert

RGB218146162-
CMYK00.330.260.15
HSL346.67º49.32%71.37%-
HSV(B)346.67º33.03%85.49%-
XYZ45.7138.0739.12-
YUV169.35123.85162.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=41.44%
G=27.76%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814616200.330.260.15346.6749.3271.37
HexDA92A20211AF15b3147
Octal332222242041321753361107
Binary11011010100100101010001001000011101011111010110111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA92A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA92A2; }

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

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

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

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

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

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

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

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