#DD85BE

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

Shades of Shocking #DD85BE

Tints of Shocking #DD85BE

Color information

#DD85BE (or 0xDD85BE) is unknown color: approx Shocking. HEX triplet: DD, 85 and BE. RGB value is (221,133,190). Sum of RGB (Red+Green+Blue) = 221+133+190=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85BE is #227A41. Grayscale: #A5A5A5. Windows color (decimal): -2259522 or 12486109. OLE color: 12486109.

HSL color Cylindrical-coordinate representation of color #DD85BE: hue angle of 321.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85BE is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB221133190-
CMYK00.400.140.13
HSL321.14º56.41%69.41%-
HSV(B)321.14º39.82%86.67%-
XYZ47.535.8653.13-
YUV165.81141.65167.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=40.62%
G=24.45%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113319000.400.140.13321.1456.4169.41
HexDD85BE028ED1413845
Octal335205276050161550170105
Binary1101110110000101101111100101000111011011010000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD85BE; }

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

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

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

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

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

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

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

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