Html Css Color HEX #DC247A Deep Cerise

📋 copy color: '#DC247A'

red 220 ◦ green 36 ◦ blue 122

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

Shades of Deep Cerise #DC247A

Tints of Deep Cerise #DC247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.28%

R = 58.2%
G = 9.52%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC247A (or 0xDC247A) is known color: Deep Cerise. HEX triplet: DC, 24 and 7A. RGB value is (220,36,122). Sum of RGB (Red+Green+Blue) = 220+36+122=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC247A is #23DB85. Grayscale: #646464. Windows color (decimal): -2349958 or 8004828. OLE color: 8004828.

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

Color convert

RGB 220 36 122 -
CMYK 0 0.84 0.45 0.14
HSL 331.96º 0.72% 0.5% -
HSV(B) 331.96º 0.84% 0.86% -
XYZ 33.66 17.88 20.09 -
YUV 100.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 220 36 122 0 0.84 0.45 0.14 331.96 0.72 0.5
Hex DC 24 7A 0 54 2D E 14C 48 32
Octal 334 44 172 0 124 55 16 514 110 62
Binary 11011100 100100 1111010 0 1010100 101101 1110 101001100 1001000 110010

Color Harmonies of #DC247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC247A

Black with #DC247A

Text Example


Text Example

White with #DC247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC247A; }

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

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

background-color css

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

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

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

border-color css

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

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

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