Html Css Color HEX #D53294 Deep Cerise

📋 copy color: '#D53294'

red 213 ◦ green 50 ◦ blue 148

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

Shades of Deep Cerise #D53294

Tints of Deep Cerise #D53294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.17%

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 51.82%
G = 12.17%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D53294 (or 0xD53294) is known color: Deep Cerise. HEX triplet: D5, 32 and 94. RGB value is (213,50,148). Sum of RGB (Red+Green+Blue) = 213+50+148=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D53294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53294 is #2ACD6B. Grayscale: #6D6D6D. Windows color (decimal): -2805100 or 9712341. OLE color: 9712341.

HSL color Cylindrical-coordinate representation of color #D53294: hue angle of 323.93º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53294 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 148 -
CMYK 0 0.77 0.31 0.16
HSL 323.93º 0.66% 0.52% -
HSV(B) 323.93º 0.77% 0.84% -
XYZ 33.93 18.57 29.81 -
YUV 109.91 149.5 201.53 -
System Red Green Blue C M Y K H S L
Decimal 213 50 148 0 0.77 0.31 0.16 323.93 0.66 0.52
Hex D5 32 94 0 4D 1F 10 144 42 34
Octal 325 62 224 0 115 37 20 504 102 64
Binary 11010101 110010 10010100 0 1001101 11111 10000 101000100 1000010 110100

Color Harmonies of #D53294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53294

Black with #D53294

Text Example


Text Example

White with #D53294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53294; }

 p { color: rgb(213,50,148); }

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

background-color css

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

 a { background-color: rgb(213,50,148); }

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

border-color css

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

 span { border-color: rgb(213,50,148); }

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