#DD8CCA

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

Shades of Shocking #DD8CCA

Tints of Shocking #DD8CCA

Color information

#DD8CCA (or 0xDD8CCA) is unknown color: approx Shocking. HEX triplet: DD, 8C and CA. RGB value is (221,140,202). Sum of RGB (Red+Green+Blue) = 221+140+202=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8CCA is #227335. Grayscale: #ABABAB. Windows color (decimal): -2257718 or 13274333. OLE color: 13274333.

HSL color Cylindrical-coordinate representation of color #DD8CCA: hue angle of 314.07º degrees, saturation: 0.54, 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 #DD8CCA is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221140202-
CMYK00.370.090.13
HSL314.07º54.36%70.78%-
HSV(B)314.07º36.65%86.67%-
XYZ49.8638.3960.66-
YUV171.29145.34163.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 140 (55.08% from 255) = 24.87%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=39.25%
G=24.87%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114020200.370.090.13314.0754.3670.78
HexDD8CCA0259D13a3647
Octal335214312045111547266107
Binary1101110110001100110010100100101100111011001110101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CCA; }

 p { color: rgb(221,140,202); }

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

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

 a { background-color: rgb(221,140,202); }

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

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

 span { border-color: rgb(221,140,202); }

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