#DC95C6

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

Shades of Shocking #DC95C6

Tints of Shocking #DC95C6

Color information

#DC95C6 (or 0xDC95C6) is unknown color: approx Shocking. HEX triplet: DC, 95 and C6. RGB value is (220,149,198). Sum of RGB (Red+Green+Blue) = 220+149+198=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95C6 is #236A39. Grayscale: #AFAFAF. Windows color (decimal): -2320954 or 13014492. OLE color: 13014492.

HSL color Cylindrical-coordinate representation of color #DC95C6: hue angle of 318.59º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC95C6 is Cyan = 0, Magento = 0.32, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220149198-
CMYK00.320.10.14
HSL318.59º50.35%72.35%-
HSV(B)318.59º32.27%86.27%-
XYZ50.4640.7958.64-
YUV175.82140.52159.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.80%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=38.80%
G=26.28%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014919800.320.10.14318.5950.3572.35
HexDC95C6020AE13f3248
Octal334225306040121647762110
Binary1101110010010101110001100100000101011101001111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC95C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC95C6; }

 p { color: rgb(220,149,198); }

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

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

 a { background-color: rgb(220,149,198); }

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

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

 span { border-color: rgb(220,149,198); }

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