#D486AD

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

Shades of Kobi #D486AD

Tints of Kobi #D486AD

Color information

#D486AD (or 0xD486AD) is unknown color: approx Kobi. HEX triplet: D4, 86 and AD. RGB value is (212,134,173). Sum of RGB (Red+Green+Blue) = 212+134+173=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D486AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D486AD is #2B7952. Grayscale: #A1A1A1. Windows color (decimal): -2849107 or 11372244. OLE color: 11372244.

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

Color convert

RGB212134173-
CMYK00.370.180.17
HSL330º47.56%67.84%-
HSV(B)330º36.79%83.14%-
XYZ43.2234.0643.83-
YUV161.77134.34163.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=40.85%
G=25.82%
B=33.33%

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
Decimal21213417300.370.180.1733047.5667.84
HexD486AD025121114a3044
Octal324206255045222151260104
Binary110101001000011010101101010010110010100011010010101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D486AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D486AD; }

 p { color: rgb(212,134,173); }

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

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

 a { background-color: rgb(212,134,173); }

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

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

 span { border-color: rgb(212,134,173); }

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