Html Css Color HEX #D8348D Deep Cerise

📋 copy color: '#D8348D'

red 216 ◦ green 52 ◦ blue 141

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

Shades of Deep Cerise #D8348D

Tints of Deep Cerise #D8348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 52.81%
G = 12.71%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8348D (or 0xD8348D) is known color: Deep Cerise. HEX triplet: D8, 34 and 8D. RGB value is (216,52,141). Sum of RGB (Red+Green+Blue) = 216+52+141=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D8348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8348D is #27CB72. Grayscale: #6E6E6E. Windows color (decimal): -2607987 or 9254104. OLE color: 9254104.

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

Color convert

RGB 216 52 141 -
CMYK 0 0.76 0.35 0.15
HSL 327.44º 0.68% 0.53% -
HSV(B) 327.44º 0.76% 0.85% -
XYZ 34.35 18.98 27.05 -
YUV 111.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 216 52 141 0 0.76 0.35 0.15 327.44 0.68 0.53
Hex D8 34 8D 0 4C 23 F 147 44 35
Octal 330 64 215 0 114 43 17 507 104 65
Binary 11011000 110100 10001101 0 1001100 100011 1111 101000111 1000100 110101

Color Harmonies of #D8348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8348D

Black with #D8348D

Text Example


Text Example

White with #D8348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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