Html Css Color HEX #DC247C Deep Cerise

📋 copy color: '#DC247C'

red 220 ◦ green 36 ◦ blue 124

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

Shades of Deep Cerise #DC247C

Tints of Deep Cerise #DC247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 57.89%
G = 9.47%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC247C (or 0xDC247C) is known color: Deep Cerise. HEX triplet: DC, 24 and 7C. RGB value is (220,36,124). Sum of RGB (Red+Green+Blue) = 220+36+124=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC247C is #23DB83. Grayscale: #646464. Windows color (decimal): -2349956 or 8135900. OLE color: 8135900.

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

Color convert

RGB 220 36 124 -
CMYK 0 0.84 0.44 0.14
HSL 331.3º 0.72% 0.5% -
HSV(B) 331.3º 0.84% 0.86% -
XYZ 33.78 17.93 20.75 -
YUV 101.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 220 36 124 0 0.84 0.44 0.14 331.3 0.72 0.5
Hex DC 24 7C 0 54 2C E 14B 48 32
Octal 334 44 174 0 124 54 16 513 110 62
Binary 11011100 100100 1111100 0 1010100 101100 1110 101001011 1001000 110010

Color Harmonies of #DC247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC247C

Black with #DC247C

Text Example


Text Example

White with #DC247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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