Html Css Color HEX #DC3D56 Cerise

📋 copy color: '#DC3D56'

red 220 ◦ green 61 ◦ blue 86

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

Shades of Cerise #DC3D56

Tints of Cerise #DC3D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.43%

R = 59.95%
G = 16.62%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC3D56 (or 0xDC3D56) is known color: Cerise. HEX triplet: DC, 3D and 56. RGB value is (220,61,86). Sum of RGB (Red+Green+Blue) = 220+61+86=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D56 is #23C2A9. Grayscale: #6F6F6F. Windows color (decimal): -2343594 or 5651932. OLE color: 5651932.

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

Color convert

RGB 220 61 86 -
CMYK 0 0.72 0.61 0.14
HSL 350.57º 0.69% 0.55% -
HSV(B) 350.57º 0.72% 0.86% -
XYZ 32.86 19.23 10.78 -
YUV 111.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 220 61 86 0 0.72 0.61 0.14 350.57 0.69 0.55
Hex DC 3D 56 0 48 3D E 15F 45 37
Octal 334 75 126 0 110 75 16 537 105 67
Binary 11011100 111101 1010110 0 1001000 111101 1110 101011111 1000101 110111

Color Harmonies of #DC3D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D56

Black with #DC3D56

Text Example


Text Example

White with #DC3D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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