Html Css Color HEX #D53784 Deep Cerise

📋 copy color: '#D53784'

red 213 ◦ green 55 ◦ blue 132

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

Shades of Deep Cerise #D53784

Tints of Deep Cerise #D53784

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.75%

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

R = 53.25%
G = 13.75%
B = 33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D53784 (or 0xD53784) is known color: Deep Cerise. HEX triplet: D5, 37 and 84. RGB value is (213,55,132). Sum of RGB (Red+Green+Blue) = 213+55+132=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D53784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53784 is #2AC87B. Grayscale: #6E6E6E. Windows color (decimal): -2803836 or 8665045. OLE color: 8665045.

HSL color Cylindrical-coordinate representation of color #D53784: hue angle of 330.76º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53784 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 132 -
CMYK 0 0.74 0.38 0.16
HSL 330.76º 0.65% 0.53% -
HSV(B) 330.76º 0.74% 0.84% -
XYZ 32.97 18.54 23.67 -
YUV 111.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 213 55 132 0 0.74 0.38 0.16 330.76 0.65 0.53
Hex D5 37 84 0 4A 26 10 14B 41 35
Octal 325 67 204 0 112 46 20 513 101 65
Binary 11010101 110111 10000100 0 1001010 100110 10000 101001011 1000001 110101

Color Harmonies of #D53784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53784

Black with #D53784

Text Example


Text Example

White with #D53784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53784; }

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

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

background-color css

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

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

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

border-color css

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

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

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