#D280AB

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

Shades of Kobi #D280AB

Tints of Kobi #D280AB

Color information

#D280AB (or 0xD280AB) is unknown color: approx Kobi. HEX triplet: D2, 80 and AB. RGB value is (210,128,171). Sum of RGB (Red+Green+Blue) = 210+128+171=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D280AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D280AB is #2D7F54. Grayscale: #9D9D9D. Windows color (decimal): -2981717 or 11239634. OLE color: 11239634.

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

Color convert

RGB210128171-
CMYK00.390.190.18
HSL328.54º47.67%66.27%-
HSV(B)328.54º39.05%82.35%-
XYZ41.6532.0842.53-
YUV157.42135.67165.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.26%
GREEN value IS 128 (50.39% from 255) = 25.15%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=41.26%
G=25.15%
B=33.60%

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
Decimal21012817100.390.190.18328.5447.6766.27
HexD280AB02713121493042
Octal322200253047232251160102
Binary110100101000000010101011010011110011100101010010011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280AB; }

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

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

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

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

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

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

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

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