Html Css Color HEX #DC3D64 Cerise

📋 copy color: '#DC3D64'

red 220 ◦ green 61 ◦ blue 100

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

Shades of Cerise #DC3D64

Tints of Cerise #DC3D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 57.74%
G = 16.01%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC3D64 (or 0xDC3D64) is known color: Cerise. HEX triplet: DC, 3D and 64. RGB value is (220,61,100). Sum of RGB (Red+Green+Blue) = 220+61+100=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D64 is #23C29B. Grayscale: #707070. Windows color (decimal): -2343580 or 6569436. OLE color: 6569436.

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

Color convert

RGB 220 61 100 -
CMYK 0 0.72 0.55 0.14
HSL 345.28º 0.69% 0.55% -
HSV(B) 345.28º 0.72% 0.86% -
XYZ 33.48 19.47 14.05 -
YUV 112.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 220 61 100 0 0.72 0.55 0.14 345.28 0.69 0.55
Hex DC 3D 64 0 48 37 E 159 45 37
Octal 334 75 144 0 110 67 16 531 105 67
Binary 11011100 111101 1100100 0 1001000 110111 1110 101011001 1000101 110111

Color Harmonies of #DC3D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D64

Black with #DC3D64

Text Example


Text Example

White with #DC3D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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