#DA98B0

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

Shades of Kobi #DA98B0

Tints of Kobi #DA98B0

Color information

#DA98B0 (or 0xDA98B0) is unknown color: approx Kobi. HEX triplet: DA, 98 and B0. RGB value is (218,152,176). Sum of RGB (Red+Green+Blue) = 218+152+176=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98B0 is #25674F. Grayscale: #AEAEAE. Windows color (decimal): -2451280 or 11573466. OLE color: 11573466.

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

Color convert

RGB218152176-
CMYK00.300.190.15
HSL338.18º47.14%72.55%-
HSV(B)338.18º30.28%85.49%-
XYZ47.9840.546.36-
YUV174.47128.87159.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 176 (69.14% from 255) = 32.23%
R=39.93%
G=27.84%
B=32.23%

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
Decimal21815217600.300.190.15338.1847.1472.55
HexDA98B001E13F1522f49
Octal332230260036231752257111
Binary1101101010011000101100000111101001111111010100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98B0; }

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

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

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

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

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

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

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

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