Html Css Color HEX #DC3D72 Cerise

📋 copy color: '#DC3D72'

red 220 ◦ green 61 ◦ blue 114

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

Shades of Cerise #DC3D72

Tints of Cerise #DC3D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.44%

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

R = 55.7%
G = 15.44%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC3D72 (or 0xDC3D72) is known color: Cerise. HEX triplet: DC, 3D and 72. RGB value is (220,61,114). Sum of RGB (Red+Green+Blue) = 220+61+114=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D72 is #23C28D. Grayscale: #727272. Windows color (decimal): -2343566 or 7486940. OLE color: 7486940.

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

Color convert

RGB 220 61 114 -
CMYK 0 0.72 0.48 0.14
HSL 340º 0.69% 0.55% -
HSV(B) 340º 0.72% 0.86% -
XYZ 34.22 19.77 17.93 -
YUV 114.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 220 61 114 0 0.72 0.48 0.14 340 0.69 0.55
Hex DC 3D 72 0 48 30 E 154 45 37
Octal 334 75 162 0 110 60 16 524 105 67
Binary 11011100 111101 1110010 0 1001000 110000 1110 101010100 1000101 110111

Color Harmonies of #DC3D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D72

Black with #DC3D72

Text Example


Text Example

White with #DC3D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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