Html Css Color HEX #DC345B Cerise

📋 copy color: '#DC345B'

red 220 ◦ green 52 ◦ blue 91

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

Shades of Cerise #DC345B

Tints of Cerise #DC345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.33%

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 60.61%
G = 14.33%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC345B (or 0xDC345B) is known color: Cerise. HEX triplet: DC, 34 and 5B. RGB value is (220,52,91). Sum of RGB (Red+Green+Blue) = 220+52+91=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC345B is #23CBA4. Grayscale: #6A6A6A. Windows color (decimal): -2345893 or 5977308. OLE color: 5977308.

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

Color convert

RGB 220 52 91 -
CMYK 0 0.76 0.59 0.14
HSL 346.07º 0.71% 0.53% -
HSV(B) 346.07º 0.76% 0.86% -
XYZ 32.63 18.43 11.73 -
YUV 106.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 220 52 91 0 0.76 0.59 0.14 346.07 0.71 0.53
Hex DC 34 5B 0 4C 3B E 15A 47 35
Octal 334 64 133 0 114 73 16 532 107 65
Binary 11011100 110100 1011011 0 1001100 111011 1110 101011010 1000111 110101

Color Harmonies of #DC345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC345B

Black with #DC345B

Text Example


Text Example

White with #DC345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC345B; }

 p { color: rgb(220,52,91); }

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

background-color css

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

 a { background-color: rgb(220,52,91); }

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

border-color css

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

 span { border-color: rgb(220,52,91); }

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