#D382AB

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

Shades of Kobi #D382AB

Tints of Kobi #D382AB

Color information

#D382AB (or 0xD382AB) is unknown color: approx Kobi. HEX triplet: D3, 82 and AB. RGB value is (211,130,171). Sum of RGB (Red+Green+Blue) = 211+130+171=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D382AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D382AB is #2C7D54. Grayscale: #9E9E9E. Windows color (decimal): -2915669 or 11240147. OLE color: 11240147.

HSL color Cylindrical-coordinate representation of color #D382AB: hue angle of 329.63º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D382AB is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB211130171-
CMYK00.380.190.17
HSL329.63º47.93%66.86%-
HSV(B)329.63º38.39%82.75%-
XYZ42.232.7542.63-
YUV158.89134.84165.17-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.21%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=41.21%
G=25.39%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113017100.380.190.17329.6347.9366.86
HexD382AB026131114a3043
Octal323202253046232151260103
Binary110100111000001010101011010011010011100011010010101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D382AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D382AB; }

 p { color: rgb(211,130,171); }

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

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

 a { background-color: rgb(211,130,171); }

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

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

 span { border-color: rgb(211,130,171); }

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