Html Css Color HEX #D53C7F Deep Cerise

📋 copy color: '#D53C7F'

red 213 ◦ green 60 ◦ blue 127

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

Shades of Deep Cerise #D53C7F

Tints of Deep Cerise #D53C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15%

 BLUE value IS 127 (50% from 255) = 31.75%

R = 53.25%
G = 15%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D53C7F (or 0xD53C7F) is known color: Deep Cerise. HEX triplet: D5, 3C and 7F. RGB value is (213,60,127). Sum of RGB (Red+Green+Blue) = 213+60+127=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53C7F is #2AC380. Grayscale: #717171. Windows color (decimal): -2802561 or 8338645. OLE color: 8338645.

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

Color convert

RGB 213 60 127 -
CMYK 0 0.72 0.40 0.16
HSL 333.73º 0.65% 0.54% -
HSV(B) 333.73º 0.72% 0.84% -
XYZ 32.89 18.91 22 -
YUV 113.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 213 60 127 0 0.72 0.40 0.16 333.73 0.65 0.54
Hex D5 3C 7F 0 48 28 10 14E 41 36
Octal 325 74 177 0 110 50 20 516 101 66
Binary 11010101 111100 1111111 0 1001000 101000 10000 101001110 1000001 110110

Color Harmonies of #D53C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C7F

Black with #D53C7F

Text Example


Text Example

White with #D53C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C7F; }

 p { color: rgb(213,60,127); }

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

background-color css

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

 a { background-color: rgb(213,60,127); }

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

border-color css

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

 span { border-color: rgb(213,60,127); }

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