#D285AD

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

Shades of Kobi #D285AD

Tints of Kobi #D285AD

Color information

#D285AD (or 0xD285AD) is unknown color: approx Kobi. HEX triplet: D2, 85 and AD. RGB value is (210,133,173). Sum of RGB (Red+Green+Blue) = 210+133+173=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D285AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D285AD is #2D7A52. Grayscale: #A0A0A0. Windows color (decimal): -2980435 or 11371986. OLE color: 11371986.

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

Color convert

RGB210133173-
CMYK00.370.180.18
HSL328.83º46.11%67.25%-
HSV(B)328.83º36.67%82.35%-
XYZ42.5133.4943.76-
YUV160.58135.01163.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=40.70%
G=25.78%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013317300.370.180.18328.8346.1167.25
HexD285AD02512121492e43
Octal322205255045222251156103
Binary110100101000010110101101010010110010100101010010011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285AD; }

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

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

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

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

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

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

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

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