#D684AE

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

Shades of Kobi #D684AE

Tints of Kobi #D684AE

Color information

#D684AE (or 0xD684AE) is unknown color: approx Kobi. HEX triplet: D6, 84 and AE. RGB value is (214,132,174). Sum of RGB (Red+Green+Blue) = 214+132+174=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D684AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D684AE is #297B51. Grayscale: #A1A1A1. Windows color (decimal): -2718546 or 11437270. OLE color: 11437270.

HSL color Cylindrical-coordinate representation of color #D684AE: hue angle of 329.27º 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 #D684AE is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB214132174-
CMYK00.380.190.16
HSL329.27º50%67.84%-
HSV(B)329.27º38.32%83.92%-
XYZ43.6233.8544.28-
YUV161.31135.17165.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=41.15%
G=25.38%
B=33.46%

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
Decimal21413217400.380.190.16329.275067.84
HexD684AE02613101493244
Octal326204256046232051162104
Binary110101101000010010101110010011010011100001010010011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684AE; }

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

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

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

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

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

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

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

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