Html Css Color HEX #DC255B Cerise

📋 copy color: '#DC255B'

red 220 ◦ green 37 ◦ blue 91

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

Shades of Cerise #DC255B

Tints of Cerise #DC255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.15%

R = 63.22%
G = 10.63%
B = 26.15%

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

#DC255B (or 0xDC255B) is known color: Cerise. HEX triplet: DC, 25 and 5B. RGB value is (220,37,91). Sum of RGB (Red+Green+Blue) = 220+37+91=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC255B is #23DAA4. Grayscale: #616161. Windows color (decimal): -2349733 or 5973468. OLE color: 5973468.

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

Color convert

RGB 220 37 91 -
CMYK 0 0.83 0.59 0.14
HSL 342.3º 0.72% 0.5% -
HSV(B) 342.3º 0.83% 0.86% -
XYZ 32.07 17.29 11.55 -
YUV 97.87 124.13 215.11 -
System Red Green Blue C M Y K H S L
Decimal 220 37 91 0 0.83 0.59 0.14 342.3 0.72 0.5
Hex DC 25 5B 0 53 3B E 156 48 32
Octal 334 45 133 0 123 73 16 526 110 62
Binary 11011100 100101 1011011 0 1010011 111011 1110 101010110 1001000 110010

Color Harmonies of #DC255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC255B

Black with #DC255B

Text Example


Text Example

White with #DC255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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