#D684B2

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

Shades of Kobi #D684B2

Tints of Kobi #D684B2

Color information

#D684B2 (or 0xD684B2) is unknown color: approx Kobi. HEX triplet: D6, 84 and B2. RGB value is (214,132,178). Sum of RGB (Red+Green+Blue) = 214+132+178=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D684B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D684B2 is #297B4D. Grayscale: #A1A1A1. Windows color (decimal): -2718542 or 11699414. OLE color: 11699414.

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

Color convert

RGB214132178-
CMYK00.380.170.16
HSL326.34º50%67.84%-
HSV(B)326.34º38.32%83.92%-
XYZ44.0234.0146.36-
YUV161.76137.17165.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 132 (51.95% from 255) = 25.19%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=40.84%
G=25.19%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413217800.380.170.16326.345067.84
HexD684B202611101463244
Octal326204262046212050662104
Binary110101101000010010110010010011010001100001010001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684B2; }

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

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

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

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

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

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

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

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