#D390A8

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

Shades of Kobi #D390A8

Tints of Kobi #D390A8

Color information

#D390A8 (or 0xD390A8) is unknown color: approx Kobi. HEX triplet: D3, 90 and A8. RGB value is (211,144,168). Sum of RGB (Red+Green+Blue) = 211+144+168=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D390A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D390A8 is #2C6F57. Grayscale: #A6A6A6. Windows color (decimal): -2912088 or 11047123. OLE color: 11047123.

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

Color convert

RGB211144168-
CMYK00.320.200.17
HSL338.51º43.23%69.61%-
HSV(B)338.51º31.75%82.75%-
XYZ43.9136.6241.8-
YUV166.77128.7159.55-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.34%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 168 (66.02% from 255) = 32.12%
R=40.34%
G=27.53%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114416800.320.200.17338.5143.2369.61
HexD390A802014111532b46
Octal323220250040242152353106
Binary110100111001000010101000010000010100100011010100111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390A8; }

 p { color: rgb(211,144,168); }

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

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

 a { background-color: rgb(211,144,168); }

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

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

 span { border-color: rgb(211,144,168); }

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