Html Css Color HEX #DC3472 Cerise

📋 copy color: '#DC3472'

red 220 ◦ green 52 ◦ blue 114

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

Shades of Cerise #DC3472

Tints of Cerise #DC3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.47%

 BLUE value IS 114 (44.92% from 255) = 29.53%

R = 56.99%
G = 13.47%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC3472 (or 0xDC3472) is known color: Cerise. HEX triplet: DC, 34 and 72. RGB value is (220,52,114). Sum of RGB (Red+Green+Blue) = 220+52+114=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3472 is #23CB8D. Grayscale: #6D6D6D. Windows color (decimal): -2345870 or 7484636. OLE color: 7484636.

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

Color convert

RGB 220 52 114 -
CMYK 0 0.76 0.48 0.14
HSL 337.86º 0.71% 0.53% -
HSV(B) 337.86º 0.76% 0.86% -
XYZ 33.78 18.89 17.78 -
YUV 109.3 130.66 206.96 -
System Red Green Blue C M Y K H S L
Decimal 220 52 114 0 0.76 0.48 0.14 337.86 0.71 0.53
Hex DC 34 72 0 4C 30 E 152 47 35
Octal 334 64 162 0 114 60 16 522 107 65
Binary 11011100 110100 1110010 0 1001100 110000 1110 101010010 1000111 110101

Color Harmonies of #DC3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3472

Black with #DC3472

Text Example


Text Example

White with #DC3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3472; }

 p { color: rgb(220,52,114); }

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

background-color css

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

 a { background-color: rgb(220,52,114); }

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

border-color css

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

 span { border-color: rgb(220,52,114); }

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