#D69EB6

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

Shades of Shocking #D69EB6

Tints of Shocking #D69EB6

Color information

#D69EB6 (or 0xD69EB6) is unknown color: approx Shocking. HEX triplet: D6, 9E and B6. RGB value is (214,158,182). Sum of RGB (Red+Green+Blue) = 214+158+182=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D69EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69EB6 is #296149. Grayscale: #B1B1B1. Windows color (decimal): -2711882 or 11968214. OLE color: 11968214.

HSL color Cylindrical-coordinate representation of color #D69EB6: hue angle of 334.29º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D69EB6 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214158182-
CMYK00.260.150.16
HSL334.29º40.58%72.94%-
HSV(B)334.29º26.17%83.92%-
XYZ48.442.1349.84-
YUV177.48130.55154.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 158 (62.11% from 255) = 28.52%
BLUE value IS 182 (71.48% from 255) = 32.85%
R=38.63%
G=28.52%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415818200.260.150.16334.2940.5872.94
HexD69EB601AF1014e2949
Octal326236266032172051651111
Binary1101011010011110101101100110101111100001010011101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69EB6; }

 p { color: rgb(214,158,182); }

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

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

 a { background-color: rgb(214,158,182); }

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

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

 span { border-color: rgb(214,158,182); }

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