#D398AF

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

Shades of Kobi #D398AF

Tints of Kobi #D398AF

Color information

#D398AF (or 0xD398AF) is unknown color: approx Kobi. HEX triplet: D3, 98 and AF. RGB value is (211,152,175). Sum of RGB (Red+Green+Blue) = 211+152+175=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 211 - color contains mainly: red. Hex color #D398AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D398AF is #2C6750. Grayscale: #ACACAC. Windows color (decimal): -2910033 or 11507923. OLE color: 11507923.

HSL color Cylindrical-coordinate representation of color #D398AF: hue angle of 336.61º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D398AF is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB211152175-
CMYK00.280.170.17
HSL336.61º40.14%71.18%-
HSV(B)336.61º27.96%82.75%-
XYZ45.8339.445.75-
YUV172.26129.55155.63-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=39.22%
G=28.25%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115217500.280.170.17336.6140.1471.18
HexD398AF01C11111512847
Octal323230257034212152150107
Binary11010011100110001010111101110010001100011010100011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D398AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D398AF; }

 p { color: rgb(211,152,175); }

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

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

 a { background-color: rgb(211,152,175); }

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

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

 span { border-color: rgb(211,152,175); }

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