#D37CB0

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

Shades of Kobi #D37CB0

Tints of Kobi #D37CB0

Color information

#D37CB0 (or 0xD37CB0) is unknown color: approx Kobi. HEX triplet: D3, 7C and B0. RGB value is (211,124,176). Sum of RGB (Red+Green+Blue) = 211+124+176=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D37CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37CB0 is #2C834F. Grayscale: #9B9B9B. Windows color (decimal): -2917200 or 11566291. OLE color: 11566291.

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

Color convert

RGB211124176-
CMYK00.410.170.17
HSL324.14º49.71%65.69%-
HSV(B)324.14º41.23%82.75%-
XYZ41.9131.444.93-
YUV155.94139.32167.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.29%
GREEN value IS 124 (48.83% from 255) = 24.27%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=41.29%
G=24.27%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112417600.410.170.17324.1449.7165.69
HexD37CB002911111443242
Octal323174260051212150462102
Binary11010011111110010110000010100110001100011010001001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D37CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D37CB0; }

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

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

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

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

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

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

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

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