Html Css Color HEX #D8358E Deep Cerise

📋 copy color: '#D8358E'

red 216 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #D8358E

Tints of Deep Cerise #D8358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.9%

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

R = 52.55%
G = 12.9%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8358E (or 0xD8358E) is known color: Deep Cerise. HEX triplet: D8, 35 and 8E. RGB value is (216,53,142). Sum of RGB (Red+Green+Blue) = 216+53+142=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8358E is #27CA71. Grayscale: #6F6F6F. Windows color (decimal): -2607730 or 9319896. OLE color: 9319896.

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

Color convert

RGB 216 53 142 -
CMYK 0 0.75 0.34 0.15
HSL 327.24º 0.68% 0.53% -
HSV(B) 327.24º 0.75% 0.85% -
XYZ 34.47 19.1 27.46 -
YUV 111.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 216 53 142 0 0.75 0.34 0.15 327.24 0.68 0.53
Hex D8 35 8E 0 4B 22 F 147 44 35
Octal 330 65 216 0 113 42 17 507 104 65
Binary 11011000 110101 10001110 0 1001011 100010 1111 101000111 1000100 110101

Color Harmonies of #D8358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8358E

Black with #D8358E

Text Example


Text Example

White with #D8358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8358E; }

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

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

background-color css

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

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

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

border-color css

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

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

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