Html Css Color HEX #D53781 Deep Cerise

📋 copy color: '#D53781'

red 213 ◦ green 55 ◦ blue 129

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

Shades of Deep Cerise #D53781

Tints of Deep Cerise #D53781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 53.65%
G = 13.85%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D53781 (or 0xD53781) is known color: Deep Cerise. HEX triplet: D5, 37 and 81. RGB value is (213,55,129). Sum of RGB (Red+Green+Blue) = 213+55+129=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D53781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53781 is #2AC87E. Grayscale: #6E6E6E. Windows color (decimal): -2803839 or 8468437. OLE color: 8468437.

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

Color convert

RGB 213 55 129 -
CMYK 0 0.74 0.39 0.16
HSL 331.9º 0.65% 0.53% -
HSV(B) 331.9º 0.74% 0.84% -
XYZ 32.77 18.46 22.61 -
YUV 110.68 138.35 200.98 -
System Red Green Blue C M Y K H S L
Decimal 213 55 129 0 0.74 0.39 0.16 331.9 0.65 0.53
Hex D5 37 81 0 4A 27 10 14C 41 35
Octal 325 67 201 0 112 47 20 514 101 65
Binary 11010101 110111 10000001 0 1001010 100111 10000 101001100 1000001 110101

Color Harmonies of #D53781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53781

Black with #D53781

Text Example


Text Example

White with #D53781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53781; }

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

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

background-color css

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

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

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

border-color css

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

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

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