Html Css Color HEX #D8379D Deep Cerise

📋 copy color: '#D8379D'

red 216 ◦ green 55 ◦ blue 157

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

Shades of Deep Cerise #D8379D

Tints of Deep Cerise #D8379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 50.47%
G = 12.85%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8379D (or 0xD8379D) is known color: Deep Cerise. HEX triplet: D8, 37 and 9D. RGB value is (216,55,157). Sum of RGB (Red+Green+Blue) = 216+55+157=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8379D is #27C862. Grayscale: #727272. Windows color (decimal): -2607203 or 10303448. OLE color: 10303448.

HSL color Cylindrical-coordinate representation of color #D8379D: hue angle of 321.99º 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 #D8379D is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 55 157 -
CMYK 0 0.75 0.27 0.15
HSL 321.99º 0.67% 0.53% -
HSV(B) 321.99º 0.75% 0.85% -
XYZ 35.77 19.77 33.83 -
YUV 114.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 216 55 157 0 0.75 0.27 0.15 321.99 0.67 0.53
Hex D8 37 9D 0 4B 1B F 142 43 35
Octal 330 67 235 0 113 33 17 502 103 65
Binary 11011000 110111 10011101 0 1001011 11011 1111 101000010 1000011 110101

Color Harmonies of #D8379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8379D

Black with #D8379D

Text Example


Text Example

White with #D8379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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