#D69DBD

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

Shades of Shocking #D69DBD

Tints of Shocking #D69DBD

Color information

#D69DBD (or 0xD69DBD) is unknown color: approx Shocking. HEX triplet: D6, 9D and BD. RGB value is (214,157,189). Sum of RGB (Red+Green+Blue) = 214+157+189=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DBD is #296242. Grayscale: #B1B1B1. Windows color (decimal): -2712131 or 12426710. OLE color: 12426710.

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

Color convert

RGB214157189-
CMYK00.270.120.16
HSL326.32º41.01%72.75%-
HSV(B)326.32º26.64%83.92%-
XYZ48.9742.0853.69-
YUV177.69134.38153.9-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=38.21%
G=28.04%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415718900.270.120.16326.3241.0172.75
HexD69DBD01BC101462949
Octal326235275033142050651111
Binary1101011010011101101111010110111100100001010001101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69DBD; }

 p { color: rgb(214,157,189); }

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

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

 a { background-color: rgb(214,157,189); }

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

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

 span { border-color: rgb(214,157,189); }

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