Html Css Color HEX #D53F92 Deep Cerise

📋 copy color: '#D53F92'

red 213 ◦ green 63 ◦ blue 146

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

Shades of Deep Cerise #D53F92

Tints of Deep Cerise #D53F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 50.47%
G = 14.93%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D53F92 (or 0xD53F92) is known color: Deep Cerise. HEX triplet: D5, 3F and 92. RGB value is (213,63,146). Sum of RGB (Red+Green+Blue) = 213+63+146=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F92 is #2AC06D. Grayscale: #757575. Windows color (decimal): -2801774 or 9584597. OLE color: 9584597.

HSL color Cylindrical-coordinate representation of color #D53F92: hue angle of 326.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 #D53F92 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 146 -
CMYK 0 0.70 0.31 0.16
HSL 326.8º 0.64% 0.54% -
HSV(B) 326.8º 0.7% 0.84% -
XYZ 34.41 19.78 29.2 -
YUV 117.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 213 63 146 0 0.70 0.31 0.16 326.8 0.64 0.54
Hex D5 3F 92 0 46 1F 10 147 40 36
Octal 325 77 222 0 106 37 20 507 100 66
Binary 11010101 111111 10010010 0 1000110 11111 10000 101000111 1000000 110110

Color Harmonies of #D53F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F92

Black with #D53F92

Text Example


Text Example

White with #D53F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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