#D298A8

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

Shades of Kobi #D298A8

Tints of Kobi #D298A8

Color information

#D298A8 (or 0xD298A8) is unknown color: approx Kobi. HEX triplet: D2, 98 and A8. RGB value is (210,152,168). Sum of RGB (Red+Green+Blue) = 210+152+168=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D298A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D298A8 is #2D6757. Grayscale: #ABABAB. Windows color (decimal): -2975576 or 11049170. OLE color: 11049170.

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

Color convert

RGB210152168-
CMYK00.280.20.18
HSL343.45º39.19%70.98%-
HSV(B)343.45º27.62%82.35%-
XYZ44.8738.9942.21-
YUV171.17126.22155.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 168 (66.02% from 255) = 31.70%
R=39.62%
G=28.68%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.2
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015216800.280.20.18343.4539.1970.98
HexD298A801C14121572747
Octal322230250034242252747107
Binary11010010100110001010100001110010100100101010101111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D298A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D298A8; }

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

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

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

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

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

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

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

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