Html Css Color HEX #D53584 Deep Cerise

📋 copy color: '#D53584'

red 213 ◦ green 53 ◦ blue 132

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

Shades of Deep Cerise #D53584

Tints of Deep Cerise #D53584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.17%

R = 53.52%
G = 13.32%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D53584 (or 0xD53584) is known color: Deep Cerise. HEX triplet: D5, 35 and 84. RGB value is (213,53,132). Sum of RGB (Red+Green+Blue) = 213+53+132=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D53584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53584 is #2ACA7B. Grayscale: #6D6D6D. Windows color (decimal): -2804348 or 8664533. OLE color: 8664533.

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

Color convert

RGB 213 53 132 -
CMYK 0 0.75 0.38 0.16
HSL 330.38º 0.66% 0.52% -
HSV(B) 330.38º 0.75% 0.84% -
XYZ 32.88 18.36 23.64 -
YUV 109.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 213 53 132 0 0.75 0.38 0.16 330.38 0.66 0.52
Hex D5 35 84 0 4B 26 10 14A 42 34
Octal 325 65 204 0 113 46 20 512 102 64
Binary 11010101 110101 10000100 0 1001011 100110 10000 101001010 1000010 110100

Color Harmonies of #D53584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53584

Black with #D53584

Text Example


Text Example

White with #D53584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53584; }

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

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

background-color css

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

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

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

border-color css

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

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

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