Html Css Color HEX #DC245D Cerise

📋 copy color: '#DC245D'

red 220 ◦ green 36 ◦ blue 93

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

Shades of Cerise #DC245D

Tints of Cerise #DC245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

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

R = 63.04%
G = 10.32%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC245D (or 0xDC245D) is known color: Cerise. HEX triplet: DC, 24 and 5D. RGB value is (220,36,93). Sum of RGB (Red+Green+Blue) = 220+36+93=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC245D is #23DBA2. Grayscale: #616161. Windows color (decimal): -2349987 or 6104284. OLE color: 6104284.

HSL color Cylindrical-coordinate representation of color #DC245D: hue angle of 341.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC245D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 36 93 -
CMYK 0 0.84 0.58 0.14
HSL 341.41º 0.72% 0.5% -
HSV(B) 341.41º 0.84% 0.86% -
XYZ 32.12 17.27 12 -
YUV 97.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 220 36 93 0 0.84 0.58 0.14 341.41 0.72 0.5
Hex DC 24 5D 0 54 3A E 155 48 32
Octal 334 44 135 0 124 72 16 525 110 62
Binary 11011100 100100 1011101 0 1010100 111010 1110 101010101 1001000 110010

Color Harmonies of #DC245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC245D

Black with #DC245D

Text Example


Text Example

White with #DC245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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