#D684AD

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

Shades of Kobi #D684AD

Tints of Kobi #D684AD

Color information

#D684AD (or 0xD684AD) is unknown color: approx Kobi. HEX triplet: D6, 84 and AD. RGB value is (214,132,173). Sum of RGB (Red+Green+Blue) = 214+132+173=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D684AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D684AD is #297B52. Grayscale: #A1A1A1. Windows color (decimal): -2718547 or 11371734. OLE color: 11371734.

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

Color convert

RGB214132173-
CMYK00.380.190.16
HSL330º50%67.84%-
HSV(B)330º38.32%83.92%-
XYZ43.5333.8243.77-
YUV161.19134.67165.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=41.23%
G=25.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413217300.380.190.163305067.84
HexD684AD026131014a3244
Octal326204255046232051262104
Binary110101101000010010101101010011010011100001010010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684AD; }

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

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

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

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

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

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

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

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