#D598AE

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

Shades of Kobi #D598AE

Tints of Kobi #D598AE

Color information

#D598AE (or 0xD598AE) is unknown color: approx Kobi. HEX triplet: D5, 98 and AE. RGB value is (213,152,174). Sum of RGB (Red+Green+Blue) = 213+152+174=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D598AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D598AE is #2A6751. Grayscale: #ACACAC. Windows color (decimal): -2778962 or 11442389. OLE color: 11442389.

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

Color convert

RGB213152174-
CMYK00.290.180.16
HSL338.36º42.07%71.57%-
HSV(B)338.36º28.64%83.53%-
XYZ46.3139.6645.26-
YUV172.75128.71156.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=39.52%
G=28.20%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315217400.290.180.16338.3642.0771.57
HexD598AE01D12101522a48
Octal325230256035222052252110
Binary11010101100110001010111001110110010100001010100101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D598AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D598AE; }

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

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

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

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

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

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

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

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