#D69CBA

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

Shades of Shocking #D69CBA

Tints of Shocking #D69CBA

Color information

#D69CBA (or 0xD69CBA) is unknown color: approx Shocking. HEX triplet: D6, 9C and BA. RGB value is (214,156,186). Sum of RGB (Red+Green+Blue) = 214+156+186=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CBA is #296345. Grayscale: #B0B0B0. Windows color (decimal): -2712390 or 12229846. OLE color: 12229846.

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

Color convert

RGB214156186-
CMYK00.270.130.16
HSL328.97º41.43%72.55%-
HSV(B)328.97º27.1%83.92%-
XYZ48.4841.6251.93-
YUV176.76133.22154.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.49%
GREEN value IS 156 (61.33% from 255) = 28.06%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=38.49%
G=28.06%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415618600.270.130.16328.9741.4372.55
HexD69CBA01BD101492949
Octal326234272033152051151111
Binary1101011010011100101110100110111101100001010010011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CBA; }

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

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

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

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

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

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

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

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