#D69FBD

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

Shades of Shocking #D69FBD

Tints of Shocking #D69FBD

Color information

#D69FBD (or 0xD69FBD) is unknown color: approx Shocking. HEX triplet: D6, 9F and BD. RGB value is (214,159,189). Sum of RGB (Red+Green+Blue) = 214+159+189=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D69FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FBD is #296042. Grayscale: #B2B2B2. Windows color (decimal): -2711619 or 12427222. OLE color: 12427222.

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

Color convert

RGB214159189-
CMYK00.260.120.16
HSL327.27º40.15%73.14%-
HSV(B)327.27º25.7%83.92%-
XYZ49.3242.7753.8-
YUV178.86133.72153.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 189 (74.22% from 255) = 33.63%
R=38.08%
G=28.29%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415918900.260.120.16327.2740.1573.14
HexD69FBD01AC101472849
Octal326237275032142050750111
Binary1101011010011111101111010110101100100001010001111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FBD; }

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

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

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

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

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

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

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

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