#DA98B2

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

Shades of Kobi #DA98B2

Tints of Kobi #DA98B2

Color information

#DA98B2 (or 0xDA98B2) is unknown color: approx Kobi. HEX triplet: DA, 98 and B2. RGB value is (218,152,178). Sum of RGB (Red+Green+Blue) = 218+152+178=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98B2 is #25674D. Grayscale: #AEAEAE. Windows color (decimal): -2451278 or 11704538. OLE color: 11704538.

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

Color convert

RGB218152178-
CMYK00.300.180.15
HSL336.36º47.14%72.55%-
HSV(B)336.36º30.28%85.49%-
XYZ48.1840.5847.41-
YUV174.7129.87158.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 178 (69.92% from 255) = 32.48%
R=39.78%
G=27.74%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815217800.300.180.15336.3647.1472.55
HexDA98B201E12F1502f49
Octal332230262036221752057111
Binary1101101010011000101100100111101001011111010100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA98B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA98B2; }

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

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

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

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

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

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

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

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