#D69CBD

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

Shades of Shocking #D69CBD

Tints of Shocking #D69CBD

Color information

#D69CBD (or 0xD69CBD) is unknown color: approx Shocking. HEX triplet: D6, 9C and BD. RGB value is (214,156,189). Sum of RGB (Red+Green+Blue) = 214+156+189=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CBD is #296342. Grayscale: #B1B1B1. Windows color (decimal): -2712387 or 12426454. OLE color: 12426454.

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

Color convert

RGB214156189-
CMYK00.270.120.16
HSL325.86º41.43%72.55%-
HSV(B)325.86º27.1%83.92%-
XYZ48.8141.7553.63-
YUV177.1134.72154.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 156 (61.33% from 255) = 27.91%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=38.28%
G=27.91%
B=33.81%

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
Decimal21415618900.270.120.16325.8641.4372.55
HexD69CBD01BC101462949
Octal326234275033142050651111
Binary1101011010011100101111010110111100100001010001101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CBD; }

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

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

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

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

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

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

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

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