#D684B5

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

Shades of Shocking #D684B5

Tints of Shocking #D684B5

Color information

#D684B5 (or 0xD684B5) is unknown color: approx Shocking. HEX triplet: D6, 84 and B5. RGB value is (214,132,181). Sum of RGB (Red+Green+Blue) = 214+132+181=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D684B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684B5 is #297B4A. Grayscale: #A1A1A1. Windows color (decimal): -2718539 or 11896022. OLE color: 11896022.

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

Color convert

RGB214132181-
CMYK00.380.150.16
HSL324.15º50%67.84%-
HSV(B)324.15º38.32%83.92%-
XYZ44.3234.1347.97-
YUV162.1138.67165.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=40.61%
G=25.05%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413218100.380.150.16324.155067.84
HexD684B5026F101443244
Octal326204265046172050462104
Binary11010110100001001011010101001101111100001010001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684B5; }

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

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

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

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

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

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

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

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