#DA98AD

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

Shades of Kobi #DA98AD

Tints of Kobi #DA98AD

Color information

#DA98AD (or 0xDA98AD) is unknown color: approx Kobi. HEX triplet: DA, 98 and AD. RGB value is (218,152,173). Sum of RGB (Red+Green+Blue) = 218+152+173=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98AD is #256752. Grayscale: #AEAEAE. Windows color (decimal): -2451283 or 11376858. OLE color: 11376858.

HSL color Cylindrical-coordinate representation of color #DA98AD: hue angle of 340.91º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA98AD is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218152173-
CMYK00.300.210.15
HSL340.91º47.14%72.55%-
HSV(B)340.91º30.28%85.49%-
XYZ47.6840.3844.82-
YUV174.13127.37159.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 173 (67.97% from 255) = 31.86%
R=40.15%
G=27.99%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815217300.300.210.15340.9147.1472.55
HexDA98AD01E15F1552f49
Octal332230255036251752557111
Binary1101101010011000101011010111101010111111010101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98AD; }

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

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

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

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

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

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

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

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