#D285AE

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

Shades of Kobi #D285AE

Tints of Kobi #D285AE

Color information

#D285AE (or 0xD285AE) is unknown color: approx Kobi. HEX triplet: D2, 85 and AE. RGB value is (210,133,174). Sum of RGB (Red+Green+Blue) = 210+133+174=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D285AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D285AE is #2D7A51. Grayscale: #A0A0A0. Windows color (decimal): -2980434 or 11437522. OLE color: 11437522.

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

Color convert

RGB210133174-
CMYK00.370.170.18
HSL328.05º46.11%67.25%-
HSV(B)328.05º36.67%82.35%-
XYZ42.6133.5344.27-
YUV160.7135.51163.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=40.62%
G=25.73%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013317400.370.170.18328.0546.1167.25
HexD285AE02511121482e43
Octal322205256045212251056103
Binary110100101000010110101110010010110001100101010010001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D285AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D285AE; }

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

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

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

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

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

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

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

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