Html Css Color HEX #D8348B Deep Cerise

📋 copy color: '#D8348B'

red 216 ◦ green 52 ◦ blue 139

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

Shades of Deep Cerise #D8348B

Tints of Deep Cerise #D8348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 53.07%
G = 12.78%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8348B (or 0xD8348B) is known color: Deep Cerise. HEX triplet: D8, 34 and 8B. RGB value is (216,52,139). Sum of RGB (Red+Green+Blue) = 216+52+139=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8348B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8348B is #27CB74. Grayscale: #6E6E6E. Windows color (decimal): -2607989 or 9123032. OLE color: 9123032.

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

Color convert

RGB 216 52 139 -
CMYK 0 0.76 0.36 0.15
HSL 328.17º 0.68% 0.53% -
HSV(B) 328.17º 0.76% 0.85% -
XYZ 34.21 18.92 26.27 -
YUV 110.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 216 52 139 0 0.76 0.36 0.15 328.17 0.68 0.53
Hex D8 34 8B 0 4C 24 F 148 44 35
Octal 330 64 213 0 114 44 17 510 104 65
Binary 11011000 110100 10001011 0 1001100 100100 1111 101001000 1000100 110101

Color Harmonies of #D8348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8348B

Black with #D8348B

Text Example


Text Example

White with #D8348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8348B; }

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

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

background-color css

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

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

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

border-color css

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

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

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