Html Css Color HEX #DC3C6C Cerise

📋 copy color: '#DC3C6C'

red 220 ◦ green 60 ◦ blue 108

#DC3C6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #DC3C6C

Tints of Cerise #DC3C6C

RGB

 RED value IS 220 (86.33% from 255) = 56.7%

 GREEN value IS 60 (23.83% from 255) = 15.46%

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 56.7%
G = 15.46%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC3C6C (or 0xDC3C6C) is known color: Cerise. HEX triplet: DC, 3C and 6C. RGB value is (220,60,108). Sum of RGB (Red+Green+Blue) = 220+60+108=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C6C is #23C393. Grayscale: #717171. Windows color (decimal): -2343828 or 7093468. OLE color: 7093468.

HSL color Cylindrical-coordinate representation of color #DC3C6C: hue angle of 342º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3C6C is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 60 108 -
CMYK 0 0.73 0.51 0.14
HSL 342º 0.7% 0.55% -
HSV(B) 342º 0.73% 0.86% -
XYZ 33.84 19.53 16.17 -
YUV 113.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 220 60 108 0 0.73 0.51 0.14 342 0.7 0.55
Hex DC 3C 6C 0 49 33 E 156 46 37
Octal 334 74 154 0 111 63 16 526 106 67
Binary 11011100 111100 1101100 0 1001001 110011 1110 101010110 1000110 110111

Color Harmonies of #DC3C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C6C

Black with #DC3C6C

Text Example


Text Example

White with #DC3C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C6C; }

 p { color: rgb(220,60,108); }

 H1.HeaderClassName
 {
   color: #DC3C6C;
 }
 .AnyTagClassName
 {
   color: #DC3C6C;
 }
</style>

background-color css

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

 a { background-color: rgb(220,60,108); }

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

border-color css

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

 span { border-color: rgb(220,60,108); }

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