#DD95C3

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

Shades of Shocking #DD95C3

Tints of Shocking #DD95C3

Color information

#DD95C3 (or 0xDD95C3) is unknown color: approx Shocking. HEX triplet: DD, 95 and C3. RGB value is (221,149,195). Sum of RGB (Red+Green+Blue) = 221+149+195=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95C3 is #226A3C. Grayscale: #AFAFAF. Windows color (decimal): -2255421 or 12817885. OLE color: 12817885.

HSL color Cylindrical-coordinate representation of color #DD95C3: hue angle of 321.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95C3 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB221149195-
CMYK00.330.120.13
HSL321.67º51.43%72.55%-
HSV(B)321.67º32.58%86.67%-
XYZ50.4240.8156.85-
YUV175.77138.85160.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 195 (76.56% from 255) = 34.51%
R=39.12%
G=26.37%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114919500.330.120.13321.6751.4372.55
HexDD95C3021CD1423349
Octal335225303041141550263111
Binary1101110110010101110000110100001110011011010000101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD95C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD95C3; }

 p { color: rgb(221,149,195); }

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

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

 a { background-color: rgb(221,149,195); }

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

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

 span { border-color: rgb(221,149,195); }

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