#D281AB

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

Shades of Kobi #D281AB

Tints of Kobi #D281AB

Color information

#D281AB (or 0xD281AB) is unknown color: approx Kobi. HEX triplet: D2, 81 and AB. RGB value is (210,129,171). Sum of RGB (Red+Green+Blue) = 210+129+171=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D281AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D281AB is #2D7E54. Grayscale: #9D9D9D. Windows color (decimal): -2981461 or 11239890. OLE color: 11239890.

HSL color Cylindrical-coordinate representation of color #D281AB: hue angle of 328.89º 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 #D281AB is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210129171-
CMYK00.390.190.18
HSL328.89º47.37%66.47%-
HSV(B)328.89º38.57%82.35%-
XYZ41.7832.3442.57-
YUV158.01135.34165.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.18%
GREEN value IS 129 (50.78% from 255) = 25.29%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=41.18%
G=25.29%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012917100.390.190.18328.8947.3766.47
HexD281AB02713121492f42
Octal322201253047232251157102
Binary110100101000000110101011010011110011100101010010011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D281AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D281AB; }

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

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

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

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

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

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

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

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