Html Css Color HEX #DC257C Deep Cerise

📋 copy color: '#DC257C'

red 220 ◦ green 37 ◦ blue 124

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

Shades of Deep Cerise #DC257C

Tints of Deep Cerise #DC257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.71%

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

R = 57.74%
G = 9.71%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC257C (or 0xDC257C) is known color: Deep Cerise. HEX triplet: DC, 25 and 7C. RGB value is (220,37,124). Sum of RGB (Red+Green+Blue) = 220+37+124=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC257C is #23DA83. Grayscale: #656565. Windows color (decimal): -2349700 or 8136156. OLE color: 8136156.

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

Color convert

RGB 220 37 124 -
CMYK 0 0.83 0.44 0.14
HSL 331.48º 0.72% 0.5% -
HSV(B) 331.48º 0.83% 0.86% -
XYZ 33.81 17.99 20.76 -
YUV 101.64 140.63 212.43 -
System Red Green Blue C M Y K H S L
Decimal 220 37 124 0 0.83 0.44 0.14 331.48 0.72 0.5
Hex DC 25 7C 0 53 2C E 14B 48 32
Octal 334 45 174 0 123 54 16 513 110 62
Binary 11011100 100101 1111100 0 1010011 101100 1110 101001011 1001000 110010

Color Harmonies of #DC257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC257C

Black with #DC257C

Text Example


Text Example

White with #DC257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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