#D598AD

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

Shades of Kobi #D598AD

Tints of Kobi #D598AD

Color information

#D598AD (or 0xD598AD) is unknown color: approx Kobi. HEX triplet: D5, 98 and AD. RGB value is (213,152,173). Sum of RGB (Red+Green+Blue) = 213+152+173=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D598AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598AD is #2A6752. Grayscale: #ACACAC. Windows color (decimal): -2778963 or 11376853. OLE color: 11376853.

HSL color Cylindrical-coordinate representation of color #D598AD: hue angle of 339.34º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D598AD is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213152173-
CMYK00.290.190.16
HSL339.34º42.07%71.57%-
HSV(B)339.34º28.64%83.53%-
XYZ46.2139.6244.75-
YUV172.63128.21156.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=39.59%
G=28.25%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315217300.290.190.16339.3442.0771.57
HexD598AD01D13101532a48
Octal325230255035232052352110
Binary11010101100110001010110101110110011100001010100111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598AD; }

 p { color: rgb(213,152,173); }

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

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

 a { background-color: rgb(213,152,173); }

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

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

 span { border-color: rgb(213,152,173); }

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