Html Css Color HEX #DC3774 Cerise

📋 copy color: '#DC3774'

red 220 ◦ green 55 ◦ blue 116

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

Shades of Cerise #DC3774

Tints of Cerise #DC3774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.07%

 BLUE value IS 116 (45.7% from 255) = 29.67%

R = 56.27%
G = 14.07%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3774 (or 0xDC3774) is known color: Cerise. HEX triplet: DC, 37 and 74. RGB value is (220,55,116). Sum of RGB (Red+Green+Blue) = 220+55+116=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3774 is #23C88B. Grayscale: #6F6F6F. Windows color (decimal): -2345100 or 7616476. OLE color: 7616476.

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

Color convert

RGB 220 55 116 -
CMYK 0 0.75 0.47 0.14
HSL 337.82º 0.7% 0.54% -
HSV(B) 337.82º 0.75% 0.86% -
XYZ 34.03 19.21 18.44 -
YUV 111.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 220 55 116 0 0.75 0.47 0.14 337.82 0.7 0.54
Hex DC 37 74 0 4B 2F E 152 46 36
Octal 334 67 164 0 113 57 16 522 106 66
Binary 11011100 110111 1110100 0 1001011 101111 1110 101010010 1000110 110110

Color Harmonies of #DC3774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3774

Black with #DC3774

Text Example


Text Example

White with #DC3774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3774; }

 p { color: rgb(220,55,116); }

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

background-color css

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

 a { background-color: rgb(220,55,116); }

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

border-color css

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

 span { border-color: rgb(220,55,116); }

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