Html Css Color HEX #D5377E Deep Cerise

📋 copy color: '#D5377E'

red 213 ◦ green 55 ◦ blue 126

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

Shades of Deep Cerise #D5377E

Tints of Deep Cerise #D5377E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 54.06%
G = 13.96%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5377E (or 0xD5377E) is known color: Deep Cerise. HEX triplet: D5, 37 and 7E. RGB value is (213,55,126). Sum of RGB (Red+Green+Blue) = 213+55+126=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5377E is #2AC881. Grayscale: #6E6E6E. Windows color (decimal): -2803842 or 8271829. OLE color: 8271829.

HSL color Cylindrical-coordinate representation of color #D5377E: hue angle of 333.04º 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 #D5377E is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 126 -
CMYK 0 0.74 0.41 0.16
HSL 333.04º 0.65% 0.53% -
HSV(B) 333.04º 0.74% 0.84% -
XYZ 32.57 18.38 21.57 -
YUV 110.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 213 55 126 0 0.74 0.41 0.16 333.04 0.65 0.53
Hex D5 37 7E 0 4A 29 10 14D 41 35
Octal 325 67 176 0 112 51 20 515 101 65
Binary 11010101 110111 1111110 0 1001010 101001 10000 101001101 1000001 110101

Color Harmonies of #D5377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5377E

Black with #D5377E

Text Example


Text Example

White with #D5377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5377E; }

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

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

background-color css

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

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

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

border-color css

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

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

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