#D481B0

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

Shades of Kobi #D481B0

Tints of Kobi #D481B0

Color information

#D481B0 (or 0xD481B0) is unknown color: approx Kobi. HEX triplet: D4, 81 and B0. RGB value is (212,129,176). Sum of RGB (Red+Green+Blue) = 212+129+176=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D481B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D481B0 is #2B7E4F. Grayscale: #9F9F9F. Windows color (decimal): -2850384 or 11567572. OLE color: 11567572.

HSL color Cylindrical-coordinate representation of color #D481B0: hue angle of 326.02º degrees, saturation: 0.49, 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 #D481B0 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212129176-
CMYK00.390.170.17
HSL326.02º49.11%66.86%-
HSV(B)326.02º39.15%83.14%-
XYZ42.8432.8345.15-
YUV159.17137.5165.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.01%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=41.01%
G=24.95%
B=34.04%

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
Decimal21212917600.390.170.17326.0249.1166.86
HexD481B002711111463143
Octal324201260047212150661103
Binary110101001000000110110000010011110001100011010001101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D481B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D481B0; }

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

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

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

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

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

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

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

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