#D082AD

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

Shades of Kobi #D082AD

Tints of Kobi #D082AD

Color information

#D082AD (or 0xD082AD) is unknown color: approx Kobi. HEX triplet: D0, 82 and AD. RGB value is (208,130,173). Sum of RGB (Red+Green+Blue) = 208+130+173=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D082AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D082AD is #2F7D52. Grayscale: #9E9E9E. Windows color (decimal): -3112275 or 11371216. OLE color: 11371216.

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

Color convert

RGB208130173-
CMYK00.380.170.18
HSL326.92º45.35%66.27%-
HSV(B)326.92º37.5%81.57%-
XYZ41.5432.3943.6-
YUV158.22136.34163.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=40.70%
G=25.44%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813017300.380.170.18326.9245.3566.27
HexD082AD02611121472d42
Octal320202255046212250755102
Binary110100001000001010101101010011010001100101010001111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082AD; }

 p { color: rgb(208,130,173); }

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

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

 a { background-color: rgb(208,130,173); }

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

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

 span { border-color: rgb(208,130,173); }

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