Html Css Color HEX #DC3670 Cerise

📋 copy color: '#DC3670'

red 220 ◦ green 54 ◦ blue 112

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

Shades of Cerise #DC3670

Tints of Cerise #DC3670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.99%

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 56.99%
G = 13.99%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DC3670 (or 0xDC3670) is known color: Cerise. HEX triplet: DC, 36 and 70. RGB value is (220,54,112). Sum of RGB (Red+Green+Blue) = 220+54+112=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3670 is #23C98F. Grayscale: #6E6E6E. Windows color (decimal): -2345360 or 7354076. OLE color: 7354076.

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

Color convert

RGB 220 54 112 -
CMYK 0 0.75 0.49 0.14
HSL 339.04º 0.7% 0.54% -
HSV(B) 339.04º 0.75% 0.86% -
XYZ 33.76 19.02 17.22 -
YUV 110.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 220 54 112 0 0.75 0.49 0.14 339.04 0.7 0.54
Hex DC 36 70 0 4B 31 E 153 46 36
Octal 334 66 160 0 113 61 16 523 106 66
Binary 11011100 110110 1110000 0 1001011 110001 1110 101010011 1000110 110110

Color Harmonies of #DC3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3670

Black with #DC3670

Text Example


Text Example

White with #DC3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3670; }

 p { color: rgb(220,54,112); }

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

background-color css

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

 a { background-color: rgb(220,54,112); }

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

border-color css

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

 span { border-color: rgb(220,54,112); }

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