#DA98B5

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

Shades of Kobi #DA98B5

Tints of Kobi #DA98B5

Color information

#DA98B5 (or 0xDA98B5) is unknown color: approx Kobi. HEX triplet: DA, 98 and B5. RGB value is (218,152,181). Sum of RGB (Red+Green+Blue) = 218+152+181=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98B5 is #25674A. Grayscale: #AEAEAE. Windows color (decimal): -2451275 or 11901146. OLE color: 11901146.

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

Color convert

RGB218152181-
CMYK00.300.170.15
HSL333.64º47.14%72.55%-
HSV(B)333.64º30.28%85.49%-
XYZ48.4840.749.02-
YUV175.04131.37158.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=39.56%
G=27.59%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815218100.300.170.15333.6447.1472.55
HexDA98B501E11F14e2f49
Octal332230265036211751657111
Binary1101101010011000101101010111101000111111010011101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98B5; }

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

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

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

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

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

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

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

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