#D683AD

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

Shades of Kobi #D683AD

Tints of Kobi #D683AD

Color information

#D683AD (or 0xD683AD) is unknown color: approx Kobi. HEX triplet: D6, 83 and AD. RGB value is (214,131,173). Sum of RGB (Red+Green+Blue) = 214+131+173=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D683AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D683AD is #297C52. Grayscale: #A0A0A0. Windows color (decimal): -2718803 or 11371478. OLE color: 11371478.

HSL color Cylindrical-coordinate representation of color #D683AD: hue angle of 329.64º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D683AD is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214131173-
CMYK00.390.190.16
HSL329.64º50.3%67.65%-
HSV(B)329.64º38.79%83.92%-
XYZ43.3933.5543.72-
YUV160.6135166.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 131 (51.56% from 255) = 25.29%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=41.31%
G=25.29%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413117300.390.190.16329.6450.367.65
HexD683AD027131014a3244
Octal326203255047232051262104
Binary110101101000001110101101010011110011100001010010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683AD; }

 p { color: rgb(214,131,173); }

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

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

 a { background-color: rgb(214,131,173); }

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

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

 span { border-color: rgb(214,131,173); }

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