#DA98B1

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

Shades of Kobi #DA98B1

Tints of Kobi #DA98B1

Color information

#DA98B1 (or 0xDA98B1) is unknown color: approx Kobi. HEX triplet: DA, 98 and B1. RGB value is (218,152,177). Sum of RGB (Red+Green+Blue) = 218+152+177=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98B1 is #25674E. Grayscale: #AEAEAE. Windows color (decimal): -2451279 or 11639002. OLE color: 11639002.

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

Color convert

RGB218152177-
CMYK00.300.190.15
HSL337.27º47.14%72.55%-
HSV(B)337.27º30.28%85.49%-
XYZ48.0840.5446.89-
YUV174.58129.37158.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=39.85%
G=27.79%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815217700.300.190.15337.2747.1472.55
HexDA98B101E13F1512f49
Octal332230261036231752157111
Binary1101101010011000101100010111101001111111010100011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98B1; }

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

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

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

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

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

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

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

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