#D592B2

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

Shades of Kobi #D592B2

Tints of Kobi #D592B2

Color information

#D592B2 (or 0xD592B2) is unknown color: approx Kobi. HEX triplet: D5, 92 and B2. RGB value is (213,146,178). Sum of RGB (Red+Green+Blue) = 213+146+178=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D592B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D592B2 is #2A6D4D. Grayscale: #A9A9A9. Windows color (decimal): -2780494 or 11702997. OLE color: 11702997.

HSL color Cylindrical-coordinate representation of color #D592B2: hue angle of 331.34º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D592B2 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB213146178-
CMYK00.310.160.16
HSL331.34º44.37%70.39%-
HSV(B)331.34º31.46%83.53%-
XYZ45.7637.9247.03-
YUV169.68132.7158.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 178 (69.92% from 255) = 33.15%
R=39.66%
G=27.19%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314617800.310.160.16331.3444.3770.39
HexD592B201F101014b2c46
Octal325222262037202051354106
Binary11010101100100101011001001111110000100001010010111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592B2; }

 p { color: rgb(213,146,178); }

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

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

 a { background-color: rgb(213,146,178); }

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

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

 span { border-color: rgb(213,146,178); }

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