Html Css Color HEX #DC4562 Cerise

📋 copy color: '#DC4562'

red 220 ◦ green 69 ◦ blue 98

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

Shades of Cerise #DC4562

Tints of Cerise #DC4562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.83%

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

R = 56.85%
G = 17.83%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC4562 (or 0xDC4562) is known color: Cerise. HEX triplet: DC, 45 and 62. RGB value is (220,69,98). Sum of RGB (Red+Green+Blue) = 220+69+98=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4562 is #23BA9D. Grayscale: #757575. Windows color (decimal): -2341534 or 6440412. OLE color: 6440412.

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

Color convert

RGB 220 69 98 -
CMYK 0 0.69 0.55 0.14
HSL 348.48º 0.68% 0.57% -
HSV(B) 348.48º 0.69% 0.86% -
XYZ 33.85 20.35 13.7 -
YUV 117.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 220 69 98 0 0.69 0.55 0.14 348.48 0.68 0.57
Hex DC 45 62 0 45 37 E 15C 44 39
Octal 334 105 142 0 105 67 16 534 104 71
Binary 11011100 1000101 1100010 0 1000101 110111 1110 101011100 1000100 111001

Color Harmonies of #DC4562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4562

Black with #DC4562

Text Example


Text Example

White with #DC4562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4562; }

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

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

background-color css

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

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

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

border-color css

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

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

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