Html Css Color HEX #D53B7F Deep Cerise

📋 copy color: '#D53B7F'

red 213 ◦ green 59 ◦ blue 127

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

Shades of Deep Cerise #D53B7F

Tints of Deep Cerise #D53B7F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.79%

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

R = 53.38%
G = 14.79%
B = 31.83%

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

#D53B7F (or 0xD53B7F) is known color: Deep Cerise. HEX triplet: D5, 3B and 7F. RGB value is (213,59,127). Sum of RGB (Red+Green+Blue) = 213+59+127=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53B7F is #2AC480. Grayscale: #707070. Windows color (decimal): -2802817 or 8338389. OLE color: 8338389.

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

Color convert

RGB 213 59 127 -
CMYK 0 0.72 0.40 0.16
HSL 333.51º 0.65% 0.53% -
HSV(B) 333.51º 0.72% 0.84% -
XYZ 32.84 18.81 21.98 -
YUV 112.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 213 59 127 0 0.72 0.40 0.16 333.51 0.65 0.53
Hex D5 3B 7F 0 48 28 10 14E 41 35
Octal 325 73 177 0 110 50 20 516 101 65
Binary 11010101 111011 1111111 0 1001000 101000 10000 101001110 1000001 110101

Color Harmonies of #D53B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53B7F

Black with #D53B7F

Text Example


Text Example

White with #D53B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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