Html Css Color HEX #DC255C Cerise

📋 copy color: '#DC255C'

red 220 ◦ green 37 ◦ blue 92

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

Shades of Cerise #DC255C

Tints of Cerise #DC255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 63.04%
G = 10.6%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC255C (or 0xDC255C) is known color: Cerise. HEX triplet: DC, 25 and 5C. RGB value is (220,37,92). Sum of RGB (Red+Green+Blue) = 220+37+92=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC255C is #23DAA3. Grayscale: #616161. Windows color (decimal): -2349732 or 6039004. OLE color: 6039004.

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

Color convert

RGB 220 37 92 -
CMYK 0 0.83 0.58 0.14
HSL 341.97º 0.72% 0.5% -
HSV(B) 341.97º 0.83% 0.86% -
XYZ 32.11 17.31 11.77 -
YUV 97.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 220 37 92 0 0.83 0.58 0.14 341.97 0.72 0.5
Hex DC 25 5C 0 53 3A E 156 48 32
Octal 334 45 134 0 123 72 16 526 110 62
Binary 11011100 100101 1011100 0 1010011 111010 1110 101010110 1001000 110010

Color Harmonies of #DC255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC255C

Black with #DC255C

Text Example


Text Example

White with #DC255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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