#D485AE

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

Shades of Kobi #D485AE

Tints of Kobi #D485AE

Color information

#D485AE (or 0xD485AE) is unknown color: approx Kobi. HEX triplet: D4, 85 and AE. RGB value is (212,133,174). Sum of RGB (Red+Green+Blue) = 212+133+174=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D485AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D485AE is #2B7A51. Grayscale: #A1A1A1. Windows color (decimal): -2849362 or 11437524. OLE color: 11437524.

HSL color Cylindrical-coordinate representation of color #D485AE: hue angle of 328.86º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D485AE is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212133174-
CMYK00.370.180.17
HSL328.86º47.88%67.65%-
HSV(B)328.86º37.26%83.14%-
XYZ43.1833.8344.3-
YUV161.3135.17164.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=40.85%
G=25.63%
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.17
SystemRedGreenBlueCMYKHSL
Decimal21213317400.370.180.17328.8647.8867.65
HexD485AE02512111493044
Octal324205256045222151160104
Binary110101001000010110101110010010110010100011010010011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485AE; }

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

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

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

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

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

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

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

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