Html Css Color HEX #D5358D Deep Cerise

📋 copy color: '#D5358D'

red 213 ◦ green 53 ◦ blue 141

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

Shades of Deep Cerise #D5358D

Tints of Deep Cerise #D5358D

RGB

 RED value IS 213 (83.59% from 255) = 52.33%

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

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 52.33%
G = 13.02%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5358D (or 0xD5358D) is known color: Deep Cerise. HEX triplet: D5, 35 and 8D. RGB value is (213,53,141). Sum of RGB (Red+Green+Blue) = 213+53+141=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D5358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5358D is #2ACA72. Grayscale: #6E6E6E. Windows color (decimal): -2804339 or 9254357. OLE color: 9254357.

HSL color Cylindrical-coordinate representation of color #D5358D: hue angle of 327º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5358D is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 141 -
CMYK 0 0.75 0.34 0.16
HSL 327º 0.66% 0.52% -
HSV(B) 327º 0.75% 0.84% -
XYZ 33.52 18.62 27.03 -
YUV 110.87 145.01 200.84 -
System Red Green Blue C M Y K H S L
Decimal 213 53 141 0 0.75 0.34 0.16 327 0.66 0.52
Hex D5 35 8D 0 4B 22 10 147 42 34
Octal 325 65 215 0 113 42 20 507 102 64
Binary 11010101 110101 10001101 0 1001011 100010 10000 101000111 1000010 110100

Color Harmonies of #D5358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5358D

Black with #D5358D

Text Example


Text Example

White with #D5358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5358D; }

 p { color: rgb(213,53,141); }

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

background-color css

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

 a { background-color: rgb(213,53,141); }

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

border-color css

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

 span { border-color: rgb(213,53,141); }

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