#DA98B4

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

Shades of Kobi #DA98B4

Tints of Kobi #DA98B4

Color information

#DA98B4 (or 0xDA98B4) is unknown color: approx Kobi. HEX triplet: DA, 98 and B4. RGB value is (218,152,180). Sum of RGB (Red+Green+Blue) = 218+152+180=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA98B4 is #25674B. Grayscale: #AEAEAE. Windows color (decimal): -2451276 or 11835610. OLE color: 11835610.

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

Color convert

RGB218152180-
CMYK00.300.170.15
HSL334.55º47.14%72.55%-
HSV(B)334.55º30.28%85.49%-
XYZ48.3840.6648.48-
YUV174.93130.87158.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 152 (59.77% from 255) = 27.64%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=39.64%
G=27.64%
B=32.73%

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
Decimal21815218000.300.170.15334.5547.1472.55
HexDA98B401E11F14f2f49
Octal332230264036211751757111
Binary1101101010011000101101000111101000111111010011111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98B4; }

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

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

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

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

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

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

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

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