#D281B0

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

Shades of Kobi #D281B0

Tints of Kobi #D281B0

Color information

#D281B0 (or 0xD281B0) is unknown color: approx Kobi. HEX triplet: D2, 81 and B0. RGB value is (210,129,176). Sum of RGB (Red+Green+Blue) = 210+129+176=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D281B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D281B0 is #2D7E4F. Grayscale: #9E9E9E. Windows color (decimal): -2981456 or 11567570. OLE color: 11567570.

HSL color Cylindrical-coordinate representation of color #D281B0: hue angle of 325.19º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D281B0 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB210129176-
CMYK00.390.160.18
HSL325.19º47.37%66.47%-
HSV(B)325.19º38.57%82.35%-
XYZ42.2732.5445.13-
YUV158.58137.84164.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 176 (69.14% from 255) = 34.17%
R=40.78%
G=25.05%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012917600.390.160.18325.1947.3766.47
HexD281B002710121452f42
Octal322201260047202250557102
Binary110100101000000110110000010011110000100101010001011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281B0; }

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

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

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

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

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

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

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

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