Html Css Color HEX #D8348F Deep Cerise

📋 copy color: '#D8348F'

red 216 ◦ green 52 ◦ blue 143

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

Shades of Deep Cerise #D8348F

Tints of Deep Cerise #D8348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.79%

R = 52.55%
G = 12.65%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8348F (or 0xD8348F) is known color: Deep Cerise. HEX triplet: D8, 34 and 8F. RGB value is (216,52,143). Sum of RGB (Red+Green+Blue) = 216+52+143=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8348F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8348F is #27CB70. Grayscale: #6F6F6F. Windows color (decimal): -2607985 or 9385176. OLE color: 9385176.

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

Color convert

RGB 216 52 143 -
CMYK 0 0.76 0.34 0.15
HSL 326.71º 0.68% 0.53% -
HSV(B) 326.71º 0.76% 0.85% -
XYZ 34.5 19.04 27.84 -
YUV 111.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 216 52 143 0 0.76 0.34 0.15 326.71 0.68 0.53
Hex D8 34 8F 0 4C 22 F 147 44 35
Octal 330 64 217 0 114 42 17 507 104 65
Binary 11011000 110100 10001111 0 1001100 100010 1111 101000111 1000100 110101

Color Harmonies of #D8348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8348F

Black with #D8348F

Text Example


Text Example

White with #D8348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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