Html Css Color HEX #DC3D62 Cerise

📋 copy color: '#DC3D62'

red 220 ◦ green 61 ◦ blue 98

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

Shades of Cerise #DC3D62

Tints of Cerise #DC3D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.86%

R = 58.05%
G = 16.09%
B = 25.86%

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

#DC3D62 (or 0xDC3D62) is known color: Cerise. HEX triplet: DC, 3D and 62. RGB value is (220,61,98). Sum of RGB (Red+Green+Blue) = 220+61+98=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D62 is #23C29D. Grayscale: #707070. Windows color (decimal): -2343582 or 6438364. OLE color: 6438364.

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

Color convert

RGB 220 61 98 -
CMYK 0 0.72 0.55 0.14
HSL 346.04º 0.69% 0.55% -
HSV(B) 346.04º 0.72% 0.86% -
XYZ 33.39 19.43 13.55 -
YUV 112.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 220 61 98 0 0.72 0.55 0.14 346.04 0.69 0.55
Hex DC 3D 62 0 48 37 E 15A 45 37
Octal 334 75 142 0 110 67 16 532 105 67
Binary 11011100 111101 1100010 0 1001000 110111 1110 101011010 1000101 110111

Color Harmonies of #DC3D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D62

Black with #DC3D62

Text Example


Text Example

White with #DC3D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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