#DD8BBE

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

Shades of Shocking #DD8BBE

Tints of Shocking #DD8BBE

Color information

#DD8BBE (or 0xDD8BBE) is unknown color: approx Shocking. HEX triplet: DD, 8B and BE. RGB value is (221,139,190). Sum of RGB (Red+Green+Blue) = 221+139+190=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8BBE is #227441. Grayscale: #A9A9A9. Windows color (decimal): -2257986 or 12487645. OLE color: 12487645.

HSL color Cylindrical-coordinate representation of color #DD8BBE: hue angle of 322.68º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8BBE is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221139190-
CMYK00.370.140.13
HSL322.68º54.67%70.59%-
HSV(B)322.68º37.1%86.67%-
XYZ48.3537.5653.42-
YUV169.33139.67164.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 139 (54.69% from 255) = 25.27%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=40.18%
G=25.27%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113919000.370.140.13322.6854.6770.59
HexDD8BBE025ED1433747
Octal335213276045161550367107
Binary1101110110001011101111100100101111011011010000111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8BBE; }

 p { color: rgb(221,139,190); }

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

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

 a { background-color: rgb(221,139,190); }

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

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

 span { border-color: rgb(221,139,190); }

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