#DA94AE

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

Shades of Kobi #DA94AE

Tints of Kobi #DA94AE

Color information

#DA94AE (or 0xDA94AE) is unknown color: approx Kobi. HEX triplet: DA, 94 and AE. RGB value is (218,148,174). Sum of RGB (Red+Green+Blue) = 218+148+174=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA94AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA94AE is #256B51. Grayscale: #ABABAB. Windows color (decimal): -2452306 or 11441370. OLE color: 11441370.

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

Color convert

RGB218148174-
CMYK00.320.200.15
HSL337.71º48.61%71.76%-
HSV(B)337.71º32.11%85.49%-
XYZ47.1439.1445.11-
YUV171.89129.19160.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=40.37%
G=27.41%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814817400.320.200.15337.7148.6171.76
HexDA94AE02014F1523148
Octal332224256040241752261110
Binary11011010100101001010111001000001010011111010100101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA94AE; }

 p { color: rgb(218,148,174); }

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

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

 a { background-color: rgb(218,148,174); }

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

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

 span { border-color: rgb(218,148,174); }

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