#D69CB6

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

Shades of Shocking #D69CB6

Tints of Shocking #D69CB6

Color information

#D69CB6 (or 0xD69CB6) is unknown color: approx Shocking. HEX triplet: D6, 9C and B6. RGB value is (214,156,182). Sum of RGB (Red+Green+Blue) = 214+156+182=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CB6 is #296349. Grayscale: #B0B0B0. Windows color (decimal): -2712394 or 11967702. OLE color: 11967702.

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

Color convert

RGB214156182-
CMYK00.270.150.16
HSL333.1º41.43%72.55%-
HSV(B)333.1º27.1%83.92%-
XYZ48.0641.4549.72-
YUV176.31131.22154.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=38.77%
G=28.26%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415618200.270.150.16333.141.4372.55
HexD69CB601BF1014d2949
Octal326234266033172051551111
Binary1101011010011100101101100110111111100001010011011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CB6; }

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

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

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

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

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

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

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

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