Html Css Color HEX #DC245B Cerise

📋 copy color: '#DC245B'

red 220 ◦ green 36 ◦ blue 91

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

Shades of Cerise #DC245B

Tints of Cerise #DC245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 63.4%
G = 10.37%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC245B (or 0xDC245B) is known color: Cerise. HEX triplet: DC, 24 and 5B. RGB value is (220,36,91). Sum of RGB (Red+Green+Blue) = 220+36+91=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC245B is #23DBA4. Grayscale: #616161. Windows color (decimal): -2349989 or 5973212. OLE color: 5973212.

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

Color convert

RGB 220 36 91 -
CMYK 0 0.84 0.59 0.14
HSL 342.07º 0.72% 0.5% -
HSV(B) 342.07º 0.84% 0.86% -
XYZ 32.03 17.23 11.54 -
YUV 97.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 220 36 91 0 0.84 0.59 0.14 342.07 0.72 0.5
Hex DC 24 5B 0 54 3B E 156 48 32
Octal 334 44 133 0 124 73 16 526 110 62
Binary 11011100 100100 1011011 0 1010100 111011 1110 101010110 1001000 110010

Color Harmonies of #DC245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC245B

Black with #DC245B

Text Example


Text Example

White with #DC245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC245B; }

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

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

background-color css

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

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

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

border-color css

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

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

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