Html Css Color HEX #D8358A Deep Cerise

📋 copy color: '#D8358A'

red 216 ◦ green 53 ◦ blue 138

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

Shades of Deep Cerise #D8358A

Tints of Deep Cerise #D8358A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 53.07%
G = 13.02%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8358A (or 0xD8358A) is known color: Deep Cerise. HEX triplet: D8, 35 and 8A. RGB value is (216,53,138). Sum of RGB (Red+Green+Blue) = 216+53+138=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8358A is #27CA75. Grayscale: #6F6F6F. Windows color (decimal): -2607734 or 9057752. OLE color: 9057752.

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

Color convert

RGB 216 53 138 -
CMYK 0 0.75 0.36 0.15
HSL 328.71º 0.68% 0.53% -
HSV(B) 328.71º 0.75% 0.85% -
XYZ 34.18 18.98 25.91 -
YUV 111.43 143 202.59 -
System Red Green Blue C M Y K H S L
Decimal 216 53 138 0 0.75 0.36 0.15 328.71 0.68 0.53
Hex D8 35 8A 0 4B 24 F 149 44 35
Octal 330 65 212 0 113 44 17 511 104 65
Binary 11011000 110101 10001010 0 1001011 100100 1111 101001001 1000100 110101

Color Harmonies of #D8358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8358A

Black with #D8358A

Text Example


Text Example

White with #D8358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8358A; }

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

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

background-color css

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

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

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

border-color css

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

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

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