Html Css Color HEX #D5359D Deep Cerise

📋 copy color: '#D5359D'

red 213 ◦ green 53 ◦ blue 157

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

Shades of Deep Cerise #D5359D

Tints of Deep Cerise #D5359D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 50.35%
G = 12.53%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5359D (or 0xD5359D) is known color: Deep Cerise. HEX triplet: D5, 35 and 9D. RGB value is (213,53,157). Sum of RGB (Red+Green+Blue) = 213+53+157=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5359D is #2ACA62. Grayscale: #707070. Windows color (decimal): -2804323 or 10302933. OLE color: 10302933.

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

Color convert

RGB 213 53 157 -
CMYK 0 0.75 0.26 0.16
HSL 321º 0.66% 0.52% -
HSV(B) 321º 0.75% 0.84% -
XYZ 34.8 19.13 33.76 -
YUV 112.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 213 53 157 0 0.75 0.26 0.16 321 0.66 0.52
Hex D5 35 9D 0 4B 1A 10 141 42 34
Octal 325 65 235 0 113 32 20 501 102 64
Binary 11010101 110101 10011101 0 1001011 11010 10000 101000001 1000010 110100

Color Harmonies of #D5359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5359D

Black with #D5359D

Text Example


Text Example

White with #D5359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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