Html Css Color HEX #DC285C Cerise

📋 copy color: '#DC285C'

red 220 ◦ green 40 ◦ blue 92

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

Shades of Cerise #DC285C

Tints of Cerise #DC285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

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

R = 62.5%
G = 11.36%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC285C (or 0xDC285C) is known color: Cerise. HEX triplet: DC, 28 and 5C. RGB value is (220,40,92). Sum of RGB (Red+Green+Blue) = 220+40+92=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC285C is #23D7A3. Grayscale: #636363. Windows color (decimal): -2348964 or 6039772. OLE color: 6039772.

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

Color convert

RGB 220 40 92 -
CMYK 0 0.82 0.58 0.14
HSL 342.67º 0.72% 0.51% -
HSV(B) 342.67º 0.82% 0.86% -
XYZ 32.21 17.51 11.81 -
YUV 99.75 123.63 213.77 -
System Red Green Blue C M Y K H S L
Decimal 220 40 92 0 0.82 0.58 0.14 342.67 0.72 0.51
Hex DC 28 5C 0 52 3A E 157 48 33
Octal 334 50 134 0 122 72 16 527 110 63
Binary 11011100 101000 1011100 0 1010010 111010 1110 101010111 1001000 110011

Color Harmonies of #DC285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC285C

Black with #DC285C

Text Example


Text Example

White with #DC285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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