Html Css Color HEX #DC275C Cerise

📋 copy color: '#DC275C'

red 220 ◦ green 39 ◦ blue 92

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

Shades of Cerise #DC275C

Tints of Cerise #DC275C

RGB

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

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

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

R = 62.68%
G = 11.11%
B = 26.21%

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

#DC275C (or 0xDC275C) is known color: Cerise. HEX triplet: DC, 27 and 5C. RGB value is (220,39,92). Sum of RGB (Red+Green+Blue) = 220+39+92=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC275C is #23D8A3. Grayscale: #636363. Windows color (decimal): -2349220 or 6039516. OLE color: 6039516.

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

Color convert

RGB 220 39 92 -
CMYK 0 0.82 0.58 0.14
HSL 342.43º 0.72% 0.51% -
HSV(B) 342.43º 0.82% 0.86% -
XYZ 32.17 17.44 11.8 -
YUV 99.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 220 39 92 0 0.82 0.58 0.14 342.43 0.72 0.51
Hex DC 27 5C 0 52 3A E 156 48 33
Octal 334 47 134 0 122 72 16 526 110 63
Binary 11011100 100111 1011100 0 1010010 111010 1110 101010110 1001000 110011

Color Harmonies of #DC275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC275C

Black with #DC275C

Text Example


Text Example

White with #DC275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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