Html Css Color HEX #D53D7C Deep Cerise

📋 copy color: '#D53D7C'

red 213 ◦ green 61 ◦ blue 124

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

Shades of Deep Cerise #D53D7C

Tints of Deep Cerise #D53D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 53.52%
G = 15.33%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D53D7C (or 0xD53D7C) is known color: Deep Cerise. HEX triplet: D5, 3D and 7C. RGB value is (213,61,124). Sum of RGB (Red+Green+Blue) = 213+61+124=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D7C is #2AC283. Grayscale: #717171. Windows color (decimal): -2802308 or 8142293. OLE color: 8142293.

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

Color convert

RGB 213 61 124 -
CMYK 0 0.71 0.42 0.16
HSL 335.13º 0.64% 0.54% -
HSV(B) 335.13º 0.71% 0.84% -
XYZ 32.75 18.94 21 -
YUV 113.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 213 61 124 0 0.71 0.42 0.16 335.13 0.64 0.54
Hex D5 3D 7C 0 47 2A 10 14F 40 36
Octal 325 75 174 0 107 52 20 517 100 66
Binary 11010101 111101 1111100 0 1000111 101010 10000 101001111 1000000 110110

Color Harmonies of #D53D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D7C

Black with #D53D7C

Text Example


Text Example

White with #D53D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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