Html Css Color HEX #DC326D Cerise

📋 copy color: '#DC326D'

red 220 ◦ green 50 ◦ blue 109

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

Shades of Cerise #DC326D

Tints of Cerise #DC326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.19%

 BLUE value IS 109 (42.97% from 255) = 28.76%

R = 58.05%
G = 13.19%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC326D (or 0xDC326D) is known color: Cerise. HEX triplet: DC, 32 and 6D. RGB value is (220,50,109). Sum of RGB (Red+Green+Blue) = 220+50+109=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC326D is #23CD92. Grayscale: #6B6B6B. Windows color (decimal): -2346387 or 7156444. OLE color: 7156444.

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

Color convert

RGB 220 50 109 -
CMYK 0 0.77 0.50 0.14
HSL 339.18º 0.71% 0.53% -
HSV(B) 339.18º 0.77% 0.86% -
XYZ 33.42 18.6 16.3 -
YUV 107.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 220 50 109 0 0.77 0.50 0.14 339.18 0.71 0.53
Hex DC 32 6D 0 4D 32 E 153 47 35
Octal 334 62 155 0 115 62 16 523 107 65
Binary 11011100 110010 1101101 0 1001101 110010 1110 101010011 1000111 110101

Color Harmonies of #DC326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC326D

Black with #DC326D

Text Example


Text Example

White with #DC326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC326D; }

 p { color: rgb(220,50,109); }

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

background-color css

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

 a { background-color: rgb(220,50,109); }

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

border-color css

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

 span { border-color: rgb(220,50,109); }

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