#D285AB

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

Shades of Kobi #D285AB

Tints of Kobi #D285AB

Color information

#D285AB (or 0xD285AB) is unknown color: approx Kobi. HEX triplet: D2, 85 and AB. RGB value is (210,133,171). Sum of RGB (Red+Green+Blue) = 210+133+171=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D285AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D285AB is #2D7A54. Grayscale: #A0A0A0. Windows color (decimal): -2980437 or 11240914. OLE color: 11240914.

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

Color convert

RGB210133171-
CMYK00.370.190.18
HSL330.39º46.11%67.25%-
HSV(B)330.39º36.67%82.35%-
XYZ42.3233.4242.75-
YUV160.35134.01163.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.86%
GREEN value IS 133 (52.34% from 255) = 25.88%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=40.86%
G=25.88%
B=33.27%

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
Decimal21013317100.370.190.18330.3946.1167.25
HexD285AB025131214a2e43
Octal322205253045232251256103
Binary110100101000010110101011010010110011100101010010101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285AB; }

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

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

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

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

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

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

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

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