Html Css Color HEX #DC255A Cerise

📋 copy color: '#DC255A'

red 220 ◦ green 37 ◦ blue 90

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

Shades of Cerise #DC255A

Tints of Cerise #DC255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 63.4%
G = 10.66%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC255A (or 0xDC255A) is known color: Cerise. HEX triplet: DC, 25 and 5A. RGB value is (220,37,90). Sum of RGB (Red+Green+Blue) = 220+37+90=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC255A is #23DAA5. Grayscale: #616161. Windows color (decimal): -2349734 or 5907932. OLE color: 5907932.

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

Color convert

RGB 220 37 90 -
CMYK 0 0.83 0.59 0.14
HSL 342.62º 0.72% 0.5% -
HSV(B) 342.62º 0.83% 0.86% -
XYZ 32.02 17.28 11.32 -
YUV 97.76 123.63 215.19 -
System Red Green Blue C M Y K H S L
Decimal 220 37 90 0 0.83 0.59 0.14 342.62 0.72 0.5
Hex DC 25 5A 0 53 3B E 157 48 32
Octal 334 45 132 0 123 73 16 527 110 62
Binary 11011100 100101 1011010 0 1010011 111011 1110 101010111 1001000 110010

Color Harmonies of #DC255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC255A

Black with #DC255A

Text Example


Text Example

White with #DC255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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