Html Css Color HEX #DC3174 Cerise

📋 copy color: '#DC3174'

red 220 ◦ green 49 ◦ blue 116

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

Shades of Cerise #DC3174

Tints of Cerise #DC3174

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.73%

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

R = 57.14%
G = 12.73%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3174 (or 0xDC3174) is known color: Cerise. HEX triplet: DC, 31 and 74. RGB value is (220,49,116). Sum of RGB (Red+Green+Blue) = 220+49+116=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3174 is #23CE8B. Grayscale: #6B6B6B. Windows color (decimal): -2346636 or 7614940. OLE color: 7614940.

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

Color convert

RGB 220 49 116 -
CMYK 0 0.78 0.47 0.14
HSL 336.49º 0.71% 0.53% -
HSV(B) 336.49º 0.78% 0.86% -
XYZ 33.77 18.67 18.35 -
YUV 107.77 132.65 208.05 -
System Red Green Blue C M Y K H S L
Decimal 220 49 116 0 0.78 0.47 0.14 336.49 0.71 0.53
Hex DC 31 74 0 4E 2F E 150 47 35
Octal 334 61 164 0 116 57 16 520 107 65
Binary 11011100 110001 1110100 0 1001110 101111 1110 101010000 1000111 110101

Color Harmonies of #DC3174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3174

Black with #DC3174

Text Example


Text Example

White with #DC3174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3174; }

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

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

background-color css

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

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

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

border-color css

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

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

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