Html Css Color HEX #D53785 Deep Cerise

📋 copy color: '#D53785'

red 213 ◦ green 55 ◦ blue 133

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

Shades of Deep Cerise #D53785

Tints of Deep Cerise #D53785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 53.12%
G = 13.72%
B = 33.17%

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

#D53785 (or 0xD53785) is known color: Deep Cerise. HEX triplet: D5, 37 and 85. RGB value is (213,55,133). Sum of RGB (Red+Green+Blue) = 213+55+133=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D53785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53785 is #2AC87A. Grayscale: #6E6E6E. Windows color (decimal): -2803835 or 8730581. OLE color: 8730581.

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

Color convert

RGB 213 55 133 -
CMYK 0 0.74 0.38 0.16
HSL 330.38º 0.65% 0.53% -
HSV(B) 330.38º 0.74% 0.84% -
XYZ 33.04 18.57 24.03 -
YUV 111.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 213 55 133 0 0.74 0.38 0.16 330.38 0.65 0.53
Hex D5 37 85 0 4A 26 10 14A 41 35
Octal 325 67 205 0 112 46 20 512 101 65
Binary 11010101 110111 10000101 0 1001010 100110 10000 101001010 1000001 110101

Color Harmonies of #D53785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53785

Black with #D53785

Text Example


Text Example

White with #D53785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53785; }

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

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

background-color css

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

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

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

border-color css

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

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

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