Html Css Color HEX #DC3A74 Cerise

📋 copy color: '#DC3A74'

red 220 ◦ green 58 ◦ blue 116

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

Shades of Cerise #DC3A74

Tints of Cerise #DC3A74

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.72%

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

R = 55.84%
G = 14.72%
B = 29.44%

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

#DC3A74 (or 0xDC3A74) is known color: Cerise. HEX triplet: DC, 3A and 74. RGB value is (220,58,116). Sum of RGB (Red+Green+Blue) = 220+58+116=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A74 is #23C58B. Grayscale: #707070. Windows color (decimal): -2344332 or 7617244. OLE color: 7617244.

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

Color convert

RGB 220 58 116 -
CMYK 0 0.74 0.47 0.14
HSL 338.52º 0.7% 0.55% -
HSV(B) 338.52º 0.74% 0.86% -
XYZ 34.18 19.5 18.49 -
YUV 113.05 129.67 204.28 -
System Red Green Blue C M Y K H S L
Decimal 220 58 116 0 0.74 0.47 0.14 338.52 0.7 0.55
Hex DC 3A 74 0 4A 2F E 153 46 37
Octal 334 72 164 0 112 57 16 523 106 67
Binary 11011100 111010 1110100 0 1001010 101111 1110 101010011 1000110 110111

Color Harmonies of #DC3A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A74

Black with #DC3A74

Text Example


Text Example

White with #DC3A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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