#D380B0

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

Shades of Kobi #D380B0

Tints of Kobi #D380B0

Color information

#D380B0 (or 0xD380B0) is unknown color: approx Kobi. HEX triplet: D3, 80 and B0. RGB value is (211,128,176). Sum of RGB (Red+Green+Blue) = 211+128+176=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D380B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D380B0 is #2C7F4F. Grayscale: #9E9E9E. Windows color (decimal): -2916176 or 11567315. OLE color: 11567315.

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

Color convert

RGB211128176-
CMYK00.390.170.17
HSL325.3º48.54%66.47%-
HSV(B)325.3º39.34%82.75%-
XYZ42.4232.4245.1-
YUV158.29138165.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.97%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=40.97%
G=24.85%
B=34.17%

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
Decimal21112817600.390.170.17325.348.5466.47
HexD380B002711111453142
Octal323200260047212150561102
Binary110100111000000010110000010011110001100011010001011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D380B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D380B0; }

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

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

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

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

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

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

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

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