Html Css Color HEX #D5359C Deep Cerise

📋 copy color: '#D5359C'

red 213 ◦ green 53 ◦ blue 156

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

Shades of Deep Cerise #D5359C

Tints of Deep Cerise #D5359C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 50.47%
G = 12.56%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5359C (or 0xD5359C) is known color: Deep Cerise. HEX triplet: D5, 35 and 9C. RGB value is (213,53,156). Sum of RGB (Red+Green+Blue) = 213+53+156=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5359C is #2ACA63. Grayscale: #707070. Windows color (decimal): -2804324 or 10237397. OLE color: 10237397.

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

Color convert

RGB 213 53 156 -
CMYK 0 0.75 0.27 0.16
HSL 321.38º 0.66% 0.52% -
HSV(B) 321.38º 0.75% 0.84% -
XYZ 34.71 19.09 33.31 -
YUV 112.58 152.51 199.62 -
System Red Green Blue C M Y K H S L
Decimal 213 53 156 0 0.75 0.27 0.16 321.38 0.66 0.52
Hex D5 35 9C 0 4B 1B 10 141 42 34
Octal 325 65 234 0 113 33 20 501 102 64
Binary 11010101 110101 10011100 0 1001011 11011 10000 101000001 1000010 110100

Color Harmonies of #D5359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5359C

Black with #D5359C

Text Example


Text Example

White with #D5359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5359C; }

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

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

background-color css

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

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

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

border-color css

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

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

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