Html Css Color HEX #DC3C64 Cerise

📋 copy color: '#DC3C64'

red 220 ◦ green 60 ◦ blue 100

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

Shades of Cerise #DC3C64

Tints of Cerise #DC3C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.32%

R = 57.89%
G = 15.79%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC3C64 (or 0xDC3C64) is known color: Cerise. HEX triplet: DC, 3C and 64. RGB value is (220,60,100). Sum of RGB (Red+Green+Blue) = 220+60+100=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C64 is #23C39B. Grayscale: #707070. Windows color (decimal): -2343836 or 6569180. OLE color: 6569180.

HSL color Cylindrical-coordinate representation of color #DC3C64: hue angle of 345º 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 #DC3C64 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 60 100 -
CMYK 0 0.73 0.55 0.14
HSL 345º 0.7% 0.55% -
HSV(B) 345º 0.73% 0.86% -
XYZ 33.43 19.37 14.03 -
YUV 112.4 121.01 204.75 -
System Red Green Blue C M Y K H S L
Decimal 220 60 100 0 0.73 0.55 0.14 345 0.7 0.55
Hex DC 3C 64 0 49 37 E 159 46 37
Octal 334 74 144 0 111 67 16 531 106 67
Binary 11011100 111100 1100100 0 1001001 110111 1110 101011001 1000110 110111

Color Harmonies of #DC3C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C64

Black with #DC3C64

Text Example


Text Example

White with #DC3C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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