Html Css Color HEX #D8378E Deep Cerise

📋 copy color: '#D8378E'

red 216 ◦ green 55 ◦ blue 142

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

Shades of Deep Cerise #D8378E

Tints of Deep Cerise #D8378E

RGB

 RED value IS 216 (84.77% from 255) = 52.3%

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

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

R = 52.3%
G = 13.32%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8378E (or 0xD8378E) is known color: Deep Cerise. HEX triplet: D8, 37 and 8E. RGB value is (216,55,142). Sum of RGB (Red+Green+Blue) = 216+55+142=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8378E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8378E is #27C871. Grayscale: #707070. Windows color (decimal): -2607218 or 9320408. OLE color: 9320408.

HSL color Cylindrical-coordinate representation of color #D8378E: hue angle of 327.58º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8378E is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 55 142 -
CMYK 0 0.75 0.34 0.15
HSL 327.58º 0.67% 0.53% -
HSV(B) 327.58º 0.75% 0.85% -
XYZ 34.57 19.28 27.49 -
YUV 113.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 216 55 142 0 0.75 0.34 0.15 327.58 0.67 0.53
Hex D8 37 8E 0 4B 22 F 148 43 35
Octal 330 67 216 0 113 42 17 510 103 65
Binary 11011000 110111 10001110 0 1001011 100010 1111 101001000 1000011 110101

Color Harmonies of #D8378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8378E

Black with #D8378E

Text Example


Text Example

White with #D8378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8378E; }

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

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

background-color css

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

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

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

border-color css

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

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

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