#D381B0

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

Shades of Kobi #D381B0

Tints of Kobi #D381B0

Color information

#D381B0 (or 0xD381B0) is unknown color: approx Kobi. HEX triplet: D3, 81 and B0. RGB value is (211,129,176). Sum of RGB (Red+Green+Blue) = 211+129+176=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D381B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D381B0 is #2C7E4F. Grayscale: #9E9E9E. Windows color (decimal): -2915920 or 11567571. OLE color: 11567571.

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

Color convert

RGB211129176-
CMYK00.390.170.17
HSL325.61º48.24%66.67%-
HSV(B)325.61º38.86%82.75%-
XYZ42.5532.6845.14-
YUV158.88137.67165.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.89%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=40.89%
G=25%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112917600.390.170.17325.6148.2466.67
HexD381B002711111463043
Octal323201260047212150660103
Binary110100111000000110110000010011110001100011010001101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D381B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D381B0; }

 p { color: rgb(211,129,176); }

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

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

 a { background-color: rgb(211,129,176); }

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

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

 span { border-color: rgb(211,129,176); }

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