Html Css Color HEX #D53E7B Deep Cerise

📋 copy color: '#D53E7B'

red 213 ◦ green 62 ◦ blue 123

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

Shades of Deep Cerise #D53E7B

Tints of Deep Cerise #D53E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 53.52%
G = 15.58%
B = 30.9%

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

#D53E7B (or 0xD53E7B) is known color: Deep Cerise. HEX triplet: D5, 3E and 7B. RGB value is (213,62,123). Sum of RGB (Red+Green+Blue) = 213+62+123=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E7B is #2AC184. Grayscale: #727272. Windows color (decimal): -2802053 or 8077013. OLE color: 8077013.

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

Color convert

RGB 213 62 123 -
CMYK 0 0.71 0.42 0.16
HSL 335.76º 0.64% 0.54% -
HSV(B) 335.76º 0.71% 0.84% -
XYZ 32.74 19.02 20.68 -
YUV 114.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 213 62 123 0 0.71 0.42 0.16 335.76 0.64 0.54
Hex D5 3E 7B 0 47 2A 10 150 40 36
Octal 325 76 173 0 107 52 20 520 100 66
Binary 11010101 111110 1111011 0 1000111 101010 10000 101010000 1000000 110110

Color Harmonies of #D53E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E7B

Black with #D53E7B

Text Example


Text Example

White with #D53E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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