#D383AB

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

Shades of Kobi #D383AB

Tints of Kobi #D383AB

Color information

#D383AB (or 0xD383AB) is unknown color: approx Kobi. HEX triplet: D3, 83 and AB. RGB value is (211,131,171). Sum of RGB (Red+Green+Blue) = 211+131+171=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 211 - color contains mainly: red. Hex color #D383AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D383AB is #2C7C54. Grayscale: #9F9F9F. Windows color (decimal): -2915413 or 11240403. OLE color: 11240403.

HSL color Cylindrical-coordinate representation of color #D383AB: hue angle of 330º 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 #D383AB is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB211131171-
CMYK00.380.190.17
HSL330º47.62%67.06%-
HSV(B)330º37.91%82.75%-
XYZ42.3333.0242.67-
YUV159.48134.5164.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.13%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=41.13%
G=25.54%
B=33.33%

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
Decimal21113117100.380.190.1733047.6267.06
HexD383AB026131114a3043
Octal323203253046232151260103
Binary110100111000001110101011010011010011100011010010101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D383AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D383AB; }

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

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

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

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

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

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

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

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