#D083AF

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

Shades of Kobi #D083AF

Tints of Kobi #D083AF

Color information

#D083AF (or 0xD083AF) is unknown color: approx Kobi. HEX triplet: D0, 83 and AF. RGB value is (208,131,175). Sum of RGB (Red+Green+Blue) = 208+131+175=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D083AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D083AF is #2F7C50. Grayscale: #9E9E9E. Windows color (decimal): -3112017 or 11502544. OLE color: 11502544.

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

Color convert

RGB208131175-
CMYK00.370.160.18
HSL325.71º45.03%66.47%-
HSV(B)325.71º37.02%81.57%-
XYZ41.8732.7444.67-
YUV159.04137.01162.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=40.47%
G=25.49%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813117500.370.160.18325.7145.0366.47
HexD083AF02510121462d42
Octal320203257045202250655102
Binary110100001000001110101111010010110000100101010001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083AF; }

 p { color: rgb(208,131,175); }

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

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

 a { background-color: rgb(208,131,175); }

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

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

 span { border-color: rgb(208,131,175); }

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