Html Css Color HEX #DC2E62 Cerise

📋 copy color: '#DC2E62'

red 220 ◦ green 46 ◦ blue 98

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

Shades of Cerise #DC2E62

Tints of Cerise #DC2E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.64%

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

R = 60.44%
G = 12.64%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC2E62 (or 0xDC2E62) is known color: Cerise. HEX triplet: DC, 2E and 62. RGB value is (220,46,98). Sum of RGB (Red+Green+Blue) = 220+46+98=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2E62 is #23D19D. Grayscale: #676767. Windows color (decimal): -2347422 or 6434524. OLE color: 6434524.

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

Color convert

RGB 220 46 98 -
CMYK 0 0.79 0.55 0.14
HSL 342.07º 0.71% 0.52% -
HSV(B) 342.07º 0.79% 0.86% -
XYZ 32.7 18.05 13.32 -
YUV 103.95 124.65 210.77 -
System Red Green Blue C M Y K H S L
Decimal 220 46 98 0 0.79 0.55 0.14 342.07 0.71 0.52
Hex DC 2E 62 0 4F 37 E 156 47 34
Octal 334 56 142 0 117 67 16 526 107 64
Binary 11011100 101110 1100010 0 1001111 110111 1110 101010110 1000111 110100

Color Harmonies of #DC2E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E62

Black with #DC2E62

Text Example


Text Example

White with #DC2E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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