Html Css Color HEX #DC3074 Cerise

📋 copy color: '#DC3074'

red 220 ◦ green 48 ◦ blue 116

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

Shades of Cerise #DC3074

Tints of Cerise #DC3074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.5%

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

R = 57.29%
G = 12.5%
B = 30.21%

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

#DC3074 (or 0xDC3074) is known color: Cerise. HEX triplet: DC, 30 and 74. RGB value is (220,48,116). Sum of RGB (Red+Green+Blue) = 220+48+116=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3074 is #23CF8B. Grayscale: #6B6B6B. Windows color (decimal): -2346892 or 7614684. OLE color: 7614684.

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

Color convert

RGB 220 48 116 -
CMYK 0 0.78 0.47 0.14
HSL 336.28º 0.71% 0.53% -
HSV(B) 336.28º 0.78% 0.86% -
XYZ 33.72 18.59 18.33 -
YUV 107.18 132.98 208.47 -
System Red Green Blue C M Y K H S L
Decimal 220 48 116 0 0.78 0.47 0.14 336.28 0.71 0.53
Hex DC 30 74 0 4E 2F E 150 47 35
Octal 334 60 164 0 116 57 16 520 107 65
Binary 11011100 110000 1110100 0 1001110 101111 1110 101010000 1000111 110101

Color Harmonies of #DC3074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3074

Black with #DC3074

Text Example


Text Example

White with #DC3074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3074; }

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

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

background-color css

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

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

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

border-color css

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

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

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