#D284AB

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

Shades of Kobi #D284AB

Tints of Kobi #D284AB

Color information

#D284AB (or 0xD284AB) is unknown color: approx Kobi. HEX triplet: D2, 84 and AB. RGB value is (210,132,171). Sum of RGB (Red+Green+Blue) = 210+132+171=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D284AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D284AB is #2D7B54. Grayscale: #9F9F9F. Windows color (decimal): -2980693 or 11240658. OLE color: 11240658.

HSL color Cylindrical-coordinate representation of color #D284AB: hue angle of 330º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D284AB is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210132171-
CMYK00.370.190.18
HSL330º46.43%67.06%-
HSV(B)330º37.14%82.35%-
XYZ42.1833.1442.7-
YUV159.77134.34163.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 132 (51.95% from 255) = 25.73%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=40.94%
G=25.73%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013217100.370.190.1833046.4367.06
HexD284AB025131214a2e43
Octal322204253045232251256103
Binary110100101000010010101011010010110011100101010010101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284AB; }

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

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

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

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

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

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

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

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