#D595B4

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

Shades of Kobi #D595B4

Tints of Kobi #D595B4

Color information

#D595B4 (or 0xD595B4) is unknown color: approx Kobi. HEX triplet: D5, 95 and B4. RGB value is (213,149,180). Sum of RGB (Red+Green+Blue) = 213+149+180=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D595B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595B4 is #2A6A4B. Grayscale: #ABABAB. Windows color (decimal): -2779724 or 11834837. OLE color: 11834837.

HSL color Cylindrical-coordinate representation of color #D595B4: hue angle of 330.94º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595B4 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213149180-
CMYK00.300.150.16
HSL330.94º43.24%70.98%-
HSV(B)330.94º30.05%83.53%-
XYZ46.4338.9448.25-
YUV171.67132.7157.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=39.30%
G=27.49%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314918000.300.150.16330.9443.2470.98
HexD595B401EF1014b2b47
Octal325225264036172051353107
Binary1101010110010101101101000111101111100001010010111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D595B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D595B4; }

 p { color: rgb(213,149,180); }

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

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

 a { background-color: rgb(213,149,180); }

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

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

 span { border-color: rgb(213,149,180); }

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