Html Css Color HEX #D53E8E Deep Cerise

📋 copy color: '#D53E8E'

red 213 ◦ green 62 ◦ blue 142

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

Shades of Deep Cerise #D53E8E

Tints of Deep Cerise #D53E8E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.87%

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 51.08%
G = 14.87%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D53E8E (or 0xD53E8E) is known color: Deep Cerise. HEX triplet: D5, 3E and 8E. RGB value is (213,62,142). Sum of RGB (Red+Green+Blue) = 213+62+142=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53E8E is #2AC171. Grayscale: #747474. Windows color (decimal): -2802034 or 9322197. OLE color: 9322197.

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

Color convert

RGB 213 62 142 -
CMYK 0 0.71 0.33 0.16
HSL 328.21º 0.64% 0.54% -
HSV(B) 328.21º 0.71% 0.84% -
XYZ 34.05 19.54 27.57 -
YUV 116.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 213 62 142 0 0.71 0.33 0.16 328.21 0.64 0.54
Hex D5 3E 8E 0 47 21 10 148 40 36
Octal 325 76 216 0 107 41 20 510 100 66
Binary 11010101 111110 10001110 0 1000111 100001 10000 101001000 1000000 110110

Color Harmonies of #D53E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E8E

Black with #D53E8E

Text Example


Text Example

White with #D53E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E8E; }

 p { color: rgb(213,62,142); }

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

background-color css

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

 a { background-color: rgb(213,62,142); }

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

border-color css

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

 span { border-color: rgb(213,62,142); }

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