Html Css Color HEX #DC3D5D Cerise

📋 copy color: '#DC3D5D'

red 220 ◦ green 61 ◦ blue 93

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

Shades of Cerise #DC3D5D

Tints of Cerise #DC3D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 58.82%
G = 16.31%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC3D5D (or 0xDC3D5D) is known color: Cerise. HEX triplet: DC, 3D and 5D. RGB value is (220,61,93). Sum of RGB (Red+Green+Blue) = 220+61+93=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D5D is #23C2A2. Grayscale: #707070. Windows color (decimal): -2343587 or 6110684. OLE color: 6110684.

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

Color convert

RGB 220 61 93 -
CMYK 0 0.72 0.58 0.14
HSL 347.92º 0.69% 0.55% -
HSV(B) 347.92º 0.72% 0.86% -
XYZ 33.16 19.34 12.34 -
YUV 112.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 220 61 93 0 0.72 0.58 0.14 347.92 0.69 0.55
Hex DC 3D 5D 0 48 3A E 15C 45 37
Octal 334 75 135 0 110 72 16 534 105 67
Binary 11011100 111101 1011101 0 1001000 111010 1110 101011100 1000101 110111

Color Harmonies of #DC3D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D5D

Black with #DC3D5D

Text Example


Text Example

White with #DC3D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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