Html Css Color HEX #DC3974 Cerise

📋 copy color: '#DC3974'

red 220 ◦ green 57 ◦ blue 116

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

Shades of Cerise #DC3974

Tints of Cerise #DC3974

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.5%

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

R = 55.98%
G = 14.5%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3974 (or 0xDC3974) is known color: Cerise. HEX triplet: DC, 39 and 74. RGB value is (220,57,116). Sum of RGB (Red+Green+Blue) = 220+57+116=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3974 is #23C68B. Grayscale: #707070. Windows color (decimal): -2344588 or 7616988. OLE color: 7616988.

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

Color convert

RGB 220 57 116 -
CMYK 0 0.74 0.47 0.14
HSL 338.28º 0.7% 0.54% -
HSV(B) 338.28º 0.74% 0.86% -
XYZ 34.13 19.4 18.47 -
YUV 112.46 130 204.7 -
System Red Green Blue C M Y K H S L
Decimal 220 57 116 0 0.74 0.47 0.14 338.28 0.7 0.54
Hex DC 39 74 0 4A 2F E 152 46 36
Octal 334 71 164 0 112 57 16 522 106 66
Binary 11011100 111001 1110100 0 1001010 101111 1110 101010010 1000110 110110

Color Harmonies of #DC3974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3974

Black with #DC3974

Text Example


Text Example

White with #DC3974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3974; }

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

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

background-color css

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

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

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

border-color css

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

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

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