Html Css Color HEX #D53779 Deep Cerise

📋 copy color: '#D53779'

red 213 ◦ green 55 ◦ blue 121

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

Shades of Deep Cerise #D53779

Tints of Deep Cerise #D53779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.11%

R = 54.76%
G = 14.14%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D53779 (or 0xD53779) is known color: Deep Cerise. HEX triplet: D5, 37 and 79. RGB value is (213,55,121). Sum of RGB (Red+Green+Blue) = 213+55+121=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D53779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53779 is #2AC886. Grayscale: #6D6D6D. Windows color (decimal): -2803847 or 7944149. OLE color: 7944149.

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

Color convert

RGB 213 55 121 -
CMYK 0 0.74 0.43 0.16
HSL 334.94º 0.65% 0.53% -
HSV(B) 334.94º 0.74% 0.84% -
XYZ 32.26 18.26 19.91 -
YUV 109.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 213 55 121 0 0.74 0.43 0.16 334.94 0.65 0.53
Hex D5 37 79 0 4A 2B 10 14F 41 35
Octal 325 67 171 0 112 53 20 517 101 65
Binary 11010101 110111 1111001 0 1001010 101011 10000 101001111 1000001 110101

Color Harmonies of #D53779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53779

Black with #D53779

Text Example


Text Example

White with #D53779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53779; }

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

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

background-color css

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

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

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

border-color css

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

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

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