Html Css Color HEX #D5378E Deep Cerise

📋 copy color: '#D5378E'

red 213 ◦ green 55 ◦ blue 142

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

Shades of Deep Cerise #D5378E

Tints of Deep Cerise #D5378E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 51.95%
G = 13.41%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5378E (or 0xD5378E) is known color: Deep Cerise. HEX triplet: D5, 37 and 8E. RGB value is (213,55,142). Sum of RGB (Red+Green+Blue) = 213+55+142=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5378E is #2AC871. Grayscale: #6F6F6F. Windows color (decimal): -2803826 or 9320405. OLE color: 9320405.

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

Color convert

RGB 213 55 142 -
CMYK 0 0.74 0.33 0.16
HSL 326.96º 0.65% 0.53% -
HSV(B) 326.96º 0.74% 0.84% -
XYZ 33.69 18.83 27.45 -
YUV 112.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 213 55 142 0 0.74 0.33 0.16 326.96 0.65 0.53
Hex D5 37 8E 0 4A 21 10 147 41 35
Octal 325 67 216 0 112 41 20 507 101 65
Binary 11010101 110111 10001110 0 1001010 100001 10000 101000111 1000001 110101

Color Harmonies of #D5378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5378E

Black with #D5378E

Text Example


Text Example

White with #D5378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5378E; }

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

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

background-color css

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

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

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

border-color css

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

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

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