Html Css Color HEX #DC275D Cerise

📋 copy color: '#DC275D'

red 220 ◦ green 39 ◦ blue 93

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

Shades of Cerise #DC275D

Tints of Cerise #DC275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.08%

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 62.5%
G = 11.08%
B = 26.42%

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

#DC275D (or 0xDC275D) is known color: Cerise. HEX triplet: DC, 27 and 5D. RGB value is (220,39,93). Sum of RGB (Red+Green+Blue) = 220+39+93=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC275D is #23D8A2. Grayscale: #636363. Windows color (decimal): -2349219 or 6105052. OLE color: 6105052.

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

Color convert

RGB 220 39 93 -
CMYK 0 0.82 0.58 0.14
HSL 342.1º 0.72% 0.51% -
HSV(B) 342.1º 0.82% 0.86% -
XYZ 32.22 17.46 12.03 -
YUV 99.28 124.47 214.11 -
System Red Green Blue C M Y K H S L
Decimal 220 39 93 0 0.82 0.58 0.14 342.1 0.72 0.51
Hex DC 27 5D 0 52 3A E 156 48 33
Octal 334 47 135 0 122 72 16 526 110 63
Binary 11011100 100111 1011101 0 1010010 111010 1110 101010110 1001000 110011

Color Harmonies of #DC275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC275D

Black with #DC275D

Text Example


Text Example

White with #DC275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC275D; }

 p { color: rgb(220,39,93); }

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

background-color css

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

 a { background-color: rgb(220,39,93); }

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

border-color css

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

 span { border-color: rgb(220,39,93); }

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