Html Css Color HEX #DC326E Cerise

📋 copy color: '#DC326E'

red 220 ◦ green 50 ◦ blue 110

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

Shades of Cerise #DC326E

Tints of Cerise #DC326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 57.89%
G = 13.16%
B = 28.95%

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

#DC326E (or 0xDC326E) is known color: Cerise. HEX triplet: DC, 32 and 6E. RGB value is (220,50,110). Sum of RGB (Red+Green+Blue) = 220+50+110=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC326E is #23CD91. Grayscale: #6B6B6B. Windows color (decimal): -2346386 or 7221980. OLE color: 7221980.

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

Color convert

RGB 220 50 110 -
CMYK 0 0.77 0.50 0.14
HSL 338.82º 0.71% 0.53% -
HSV(B) 338.82º 0.77% 0.86% -
XYZ 33.47 18.62 16.58 -
YUV 107.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 220 50 110 0 0.77 0.50 0.14 338.82 0.71 0.53
Hex DC 32 6E 0 4D 32 E 153 47 35
Octal 334 62 156 0 115 62 16 523 107 65
Binary 11011100 110010 1101110 0 1001101 110010 1110 101010011 1000111 110101

Color Harmonies of #DC326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC326E

Black with #DC326E

Text Example


Text Example

White with #DC326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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