Html Css Color HEX #D8348E Deep Cerise

📋 copy color: '#D8348E'

red 216 ◦ green 52 ◦ blue 142

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

Shades of Deep Cerise #D8348E

Tints of Deep Cerise #D8348E

RGB

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

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

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

R = 52.68%
G = 12.68%
B = 34.63%

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

#D8348E (or 0xD8348E) is known color: Deep Cerise. HEX triplet: D8, 34 and 8E. RGB value is (216,52,142). Sum of RGB (Red+Green+Blue) = 216+52+142=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8348E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8348E is #27CB71. Grayscale: #6F6F6F. Windows color (decimal): -2607986 or 9319640. OLE color: 9319640.

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

Color convert

RGB 216 52 142 -
CMYK 0 0.76 0.34 0.15
HSL 327.07º 0.68% 0.53% -
HSV(B) 327.07º 0.76% 0.85% -
XYZ 34.43 19.01 27.45 -
YUV 111.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 216 52 142 0 0.76 0.34 0.15 327.07 0.68 0.53
Hex D8 34 8E 0 4C 22 F 147 44 35
Octal 330 64 216 0 114 42 17 507 104 65
Binary 11011000 110100 10001110 0 1001100 100010 1111 101000111 1000100 110101

Color Harmonies of #D8348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8348E

Black with #D8348E

Text Example


Text Example

White with #D8348E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8348E; }

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

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

background-color css

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

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

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

border-color css

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

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

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