Html Css Color HEX #D53F8D Deep Cerise

📋 copy color: '#D53F8D'

red 213 ◦ green 63 ◦ blue 141

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

Shades of Deep Cerise #D53F8D

Tints of Deep Cerise #D53F8D

RGB

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

 GREEN value IS 63 (25% from 255) = 15.11%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 51.08%
G = 15.11%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D53F8D (or 0xD53F8D) is known color: Deep Cerise. HEX triplet: D5, 3F and 8D. RGB value is (213,63,141). Sum of RGB (Red+Green+Blue) = 213+63+141=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F8D is #2AC072. Grayscale: #747474. Windows color (decimal): -2801779 or 9256917. OLE color: 9256917.

HSL color Cylindrical-coordinate representation of color #D53F8D: hue angle of 328.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F8D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 141 -
CMYK 0 0.70 0.34 0.16
HSL 328.8º 0.64% 0.54% -
HSV(B) 328.8º 0.7% 0.84% -
XYZ 34.03 19.62 27.19 -
YUV 116.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 213 63 141 0 0.70 0.34 0.16 328.8 0.64 0.54
Hex D5 3F 8D 0 46 22 10 149 40 36
Octal 325 77 215 0 106 42 20 511 100 66
Binary 11010101 111111 10001101 0 1000110 100010 10000 101001001 1000000 110110

Color Harmonies of #D53F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F8D

Black with #D53F8D

Text Example


Text Example

White with #D53F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F8D; }

 p { color: rgb(213,63,141); }

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

background-color css

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

 a { background-color: rgb(213,63,141); }

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

border-color css

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

 span { border-color: rgb(213,63,141); }

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