#D392AE

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

Shades of Kobi #D392AE

Tints of Kobi #D392AE

Color information

#D392AE (or 0xD392AE) is unknown color: approx Kobi. HEX triplet: D3, 92 and AE. RGB value is (211,146,174). Sum of RGB (Red+Green+Blue) = 211+146+174=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D392AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D392AE is #2C6D51. Grayscale: #A8A8A8. Windows color (decimal): -2911570 or 11440851. OLE color: 11440851.

HSL color Cylindrical-coordinate representation of color #D392AE: hue angle of 334.15º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D392AE is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211146174-
CMYK00.310.180.17
HSL334.15º42.48%70%-
HSV(B)334.15º30.81%82.75%-
XYZ44.7837.4644.92-
YUV168.63131.03158.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=39.74%
G=27.50%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114617400.310.180.17334.1542.4870
HexD392AE01F121114e2a46
Octal323222256037222151652106
Binary11010011100100101010111001111110010100011010011101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D392AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D392AE; }

 p { color: rgb(211,146,174); }

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

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

 a { background-color: rgb(211,146,174); }

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

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

 span { border-color: rgb(211,146,174); }

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