Html Css Color HEX #D53D84 Deep Cerise

📋 copy color: '#D53D84'

red 213 ◦ green 61 ◦ blue 132

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

Shades of Deep Cerise #D53D84

Tints of Deep Cerise #D53D84

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.02%

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

R = 52.46%
G = 15.02%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D53D84 (or 0xD53D84) is known color: Deep Cerise. HEX triplet: D5, 3D and 84. RGB value is (213,61,132). Sum of RGB (Red+Green+Blue) = 213+61+132=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53D84 is #2AC27B. Grayscale: #727272. Windows color (decimal): -2802300 or 8666581. OLE color: 8666581.

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

Color convert

RGB 213 61 132 -
CMYK 0 0.71 0.38 0.16
HSL 331.97º 0.64% 0.54% -
HSV(B) 331.97º 0.71% 0.84% -
XYZ 33.27 19.15 23.77 -
YUV 114.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 213 61 132 0 0.71 0.38 0.16 331.97 0.64 0.54
Hex D5 3D 84 0 47 26 10 14C 40 36
Octal 325 75 204 0 107 46 20 514 100 66
Binary 11010101 111101 10000100 0 1000111 100110 10000 101001100 1000000 110110

Color Harmonies of #D53D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D84

Black with #D53D84

Text Example


Text Example

White with #D53D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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