#D69CB9

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

Shades of Shocking #D69CB9

Tints of Shocking #D69CB9

Color information

#D69CB9 (or 0xD69CB9) is unknown color: approx Shocking. HEX triplet: D6, 9C and B9. RGB value is (214,156,185). Sum of RGB (Red+Green+Blue) = 214+156+185=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69CB9 is #296346. Grayscale: #B0B0B0. Windows color (decimal): -2712391 or 12164310. OLE color: 12164310.

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

Color convert

RGB214156185-
CMYK00.270.140.16
HSL330º41.43%72.55%-
HSV(B)330º27.1%83.92%-
XYZ48.3841.5851.37-
YUV176.65132.72154.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=38.56%
G=28.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415618500.270.140.1633041.4372.55
HexD69CB901BE1014a2949
Octal326234271033162051251111
Binary1101011010011100101110010110111110100001010010101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CB9; }

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

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

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

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

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

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

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

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