Html Css Color HEX #DC315F Cerise

📋 copy color: '#DC315F'

red 220 ◦ green 49 ◦ blue 95

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

Shades of Cerise #DC315F

Tints of Cerise #DC315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 60.44%
G = 13.46%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC315F (or 0xDC315F) is known color: Cerise. HEX triplet: DC, 31 and 5F. RGB value is (220,49,95). Sum of RGB (Red+Green+Blue) = 220+49+95=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC315F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC315F is #23CEA0. Grayscale: #696969. Windows color (decimal): -2346657 or 6238684. OLE color: 6238684.

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

Color convert

RGB 220 49 95 -
CMYK 0 0.78 0.57 0.14
HSL 343.86º 0.71% 0.53% -
HSV(B) 343.86º 0.78% 0.86% -
XYZ 32.68 18.24 12.62 -
YUV 105.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 220 49 95 0 0.78 0.57 0.14 343.86 0.71 0.53
Hex DC 31 5F 0 4E 39 E 158 47 35
Octal 334 61 137 0 116 71 16 530 107 65
Binary 11011100 110001 1011111 0 1001110 111001 1110 101011000 1000111 110101

Color Harmonies of #DC315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC315F

Black with #DC315F

Text Example


Text Example

White with #DC315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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