#D298A9

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

Shades of Kobi #D298A9

Tints of Kobi #D298A9

Color information

#D298A9 (or 0xD298A9) is unknown color: approx Kobi. HEX triplet: D2, 98 and A9. RGB value is (210,152,169). Sum of RGB (Red+Green+Blue) = 210+152+169=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D298A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D298A9 is #2D6756. Grayscale: #ABABAB. Windows color (decimal): -2975575 or 11114706. OLE color: 11114706.

HSL color Cylindrical-coordinate representation of color #D298A9: hue angle of 342.41º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D298A9 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB210152169-
CMYK00.280.200.18
HSL342.41º39.19%70.98%-
HSV(B)342.41º27.62%82.35%-
XYZ44.9739.0242.7-
YUV171.28126.72155.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 169 (66.41% from 255) = 31.83%
R=39.55%
G=28.63%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015216900.280.200.18342.4139.1970.98
HexD298A901C14121562747
Octal322230251034242252647107
Binary11010010100110001010100101110010100100101010101101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298A9; }

 p { color: rgb(210,152,169); }

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

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

 a { background-color: rgb(210,152,169); }

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

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

 span { border-color: rgb(210,152,169); }

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