Html Css Color HEX #DC375B Cerise

📋 copy color: '#DC375B'

red 220 ◦ green 55 ◦ blue 91

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

Shades of Cerise #DC375B

Tints of Cerise #DC375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.03%

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

R = 60.11%
G = 15.03%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC375B (or 0xDC375B) is known color: Cerise. HEX triplet: DC, 37 and 5B. RGB value is (220,55,91). Sum of RGB (Red+Green+Blue) = 220+55+91=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC375B is #23C8A4. Grayscale: #6C6C6C. Windows color (decimal): -2345125 or 5978076. OLE color: 5978076.

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

Color convert

RGB 220 55 91 -
CMYK 0 0.75 0.59 0.14
HSL 346.91º 0.7% 0.54% -
HSV(B) 346.91º 0.75% 0.86% -
XYZ 32.77 18.7 11.78 -
YUV 108.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 220 55 91 0 0.75 0.59 0.14 346.91 0.7 0.54
Hex DC 37 5B 0 4B 3B E 15B 46 36
Octal 334 67 133 0 113 73 16 533 106 66
Binary 11011100 110111 1011011 0 1001011 111011 1110 101011011 1000110 110110

Color Harmonies of #DC375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC375B

Black with #DC375B

Text Example


Text Example

White with #DC375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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