Html Css Color HEX #DC315C Cerise

📋 copy color: '#DC315C'

red 220 ◦ green 49 ◦ blue 92

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

Shades of Cerise #DC315C

Tints of Cerise #DC315C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.57%

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

R = 60.94%
G = 13.57%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC315C (or 0xDC315C) is known color: Cerise. HEX triplet: DC, 31 and 5C. RGB value is (220,49,92). Sum of RGB (Red+Green+Blue) = 220+49+92=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC315C is #23CEA3. Grayscale: #696969. Windows color (decimal): -2346660 or 6042076. OLE color: 6042076.

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

Color convert

RGB 220 49 92 -
CMYK 0 0.78 0.58 0.14
HSL 344.91º 0.71% 0.53% -
HSV(B) 344.91º 0.78% 0.86% -
XYZ 32.55 18.18 11.92 -
YUV 105.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 220 49 92 0 0.78 0.58 0.14 344.91 0.71 0.53
Hex DC 31 5C 0 4E 3A E 159 47 35
Octal 334 61 134 0 116 72 16 531 107 65
Binary 11011100 110001 1011100 0 1001110 111010 1110 101011001 1000111 110101

Color Harmonies of #DC315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC315C

Black with #DC315C

Text Example


Text Example

White with #DC315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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