#D485AB

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

Shades of Kobi #D485AB

Tints of Kobi #D485AB

Color information

#D485AB (or 0xD485AB) is unknown color: approx Kobi. HEX triplet: D4, 85 and AB. RGB value is (212,133,171). Sum of RGB (Red+Green+Blue) = 212+133+171=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D485AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D485AB is #2B7A54. Grayscale: #A0A0A0. Windows color (decimal): -2849365 or 11240916. OLE color: 11240916.

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

Color convert

RGB212133171-
CMYK00.370.190.17
HSL331.14º47.88%67.65%-
HSV(B)331.14º37.26%83.14%-
XYZ42.8933.7142.77-
YUV160.95133.67164.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 171 (67.19% from 255) = 33.14%
R=41.09%
G=25.78%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213317100.370.190.17331.1447.8867.65
HexD485AB025131114b3044
Octal324205253045232151360104
Binary110101001000010110101011010010110011100011010010111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D485AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D485AB; }

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

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

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

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

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

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

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

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