Html Css Color HEX #D8349D Deep Cerise

📋 copy color: '#D8349D'

red 216 ◦ green 52 ◦ blue 157

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

Shades of Deep Cerise #D8349D

Tints of Deep Cerise #D8349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.24%

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

R = 50.82%
G = 12.24%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D8349D (or 0xD8349D) is known color: Deep Cerise. HEX triplet: D8, 34 and 9D. RGB value is (216,52,157). Sum of RGB (Red+Green+Blue) = 216+52+157=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8349D is #27CB62. Grayscale: #707070. Windows color (decimal): -2607971 or 10302680. OLE color: 10302680.

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

Color convert

RGB 216 52 157 -
CMYK 0 0.76 0.27 0.15
HSL 321.59º 0.68% 0.53% -
HSV(B) 321.59º 0.76% 0.85% -
XYZ 35.63 19.49 33.78 -
YUV 113.01 152.83 201.46 -
System Red Green Blue C M Y K H S L
Decimal 216 52 157 0 0.76 0.27 0.15 321.59 0.68 0.53
Hex D8 34 9D 0 4C 1B F 142 44 35
Octal 330 64 235 0 114 33 17 502 104 65
Binary 11011000 110100 10011101 0 1001100 11011 1111 101000010 1000100 110101

Color Harmonies of #D8349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8349D

Black with #D8349D

Text Example


Text Example

White with #D8349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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