#D182AF

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

Shades of Kobi #D182AF

Tints of Kobi #D182AF

Color information

#D182AF (or 0xD182AF) is unknown color: approx Kobi. HEX triplet: D1, 82 and AF. RGB value is (209,130,175). Sum of RGB (Red+Green+Blue) = 209+130+175=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D182AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D182AF is #2E7D50. Grayscale: #9E9E9E. Windows color (decimal): -3046737 or 11502289. OLE color: 11502289.

HSL color Cylindrical-coordinate representation of color #D182AF: hue angle of 325.82º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D182AF is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB209130175-
CMYK00.380.160.18
HSL325.82º46.2%66.47%-
HSV(B)325.82º37.8%81.96%-
XYZ42.0132.6244.64-
YUV158.75137.17163.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=40.66%
G=25.29%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913017500.380.160.18325.8246.266.47
HexD182AF02610121462e42
Octal321202257046202250656102
Binary110100011000001010101111010011010000100101010001101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D182AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D182AF; }

 p { color: rgb(209,130,175); }

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

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

 a { background-color: rgb(209,130,175); }

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

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

 span { border-color: rgb(209,130,175); }

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