Html Css Color HEX #DC316B Cerise

📋 copy color: '#DC316B'

red 220 ◦ green 49 ◦ blue 107

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

Shades of Cerise #DC316B

Tints of Cerise #DC316B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 58.51%
G = 13.03%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC316B (or 0xDC316B) is known color: Cerise. HEX triplet: DC, 31 and 6B. RGB value is (220,49,107). Sum of RGB (Red+Green+Blue) = 220+49+107=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC316B is #23CE94. Grayscale: #6A6A6A. Windows color (decimal): -2346645 or 7025116. OLE color: 7025116.

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

Color convert

RGB 220 49 107 -
CMYK 0 0.78 0.51 0.14
HSL 339.65º 0.71% 0.53% -
HSV(B) 339.65º 0.78% 0.86% -
XYZ 33.27 18.47 15.72 -
YUV 106.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 220 49 107 0 0.78 0.51 0.14 339.65 0.71 0.53
Hex DC 31 6B 0 4E 33 E 154 47 35
Octal 334 61 153 0 116 63 16 524 107 65
Binary 11011100 110001 1101011 0 1001110 110011 1110 101010100 1000111 110101

Color Harmonies of #DC316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC316B

Black with #DC316B

Text Example


Text Example

White with #DC316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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