Html Css Color HEX #D5376D Cerise

📋 copy color: '#D5376D'

red 213 ◦ green 55 ◦ blue 109

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

Shades of Cerise #D5376D

Tints of Cerise #D5376D

RGB

 RED value IS 213 (83.59% from 255) = 56.5%

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

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

R = 56.5%
G = 14.59%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5376D (or 0xD5376D) is known color: Cerise. HEX triplet: D5, 37 and 6D. RGB value is (213,55,109). Sum of RGB (Red+Green+Blue) = 213+55+109=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5376D is #2AC892. Grayscale: #6C6C6C. Windows color (decimal): -2803859 or 7157717. OLE color: 7157717.

HSL color Cylindrical-coordinate representation of color #D5376D: hue angle of 339.49º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5376D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 109 -
CMYK 0 0.74 0.49 0.16
HSL 339.49º 0.65% 0.53% -
HSV(B) 339.49º 0.74% 0.84% -
XYZ 31.57 17.98 16.28 -
YUV 108.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 213 55 109 0 0.74 0.49 0.16 339.49 0.65 0.53
Hex D5 37 6D 0 4A 31 10 153 41 35
Octal 325 67 155 0 112 61 20 523 101 65
Binary 11010101 110111 1101101 0 1001010 110001 10000 101010011 1000001 110101

Color Harmonies of #D5376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5376D

Black with #D5376D

Text Example


Text Example

White with #D5376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5376D; }

 p { color: rgb(213,55,109); }

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

background-color css

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

 a { background-color: rgb(213,55,109); }

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

border-color css

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

 span { border-color: rgb(213,55,109); }

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