Html Css Color HEX #D53594 Deep Cerise

📋 copy color: '#D53594'

red 213 ◦ green 53 ◦ blue 148

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

Shades of Deep Cerise #D53594

Tints of Deep Cerise #D53594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.8%

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

R = 51.45%
G = 12.8%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D53594 (or 0xD53594) is known color: Deep Cerise. HEX triplet: D5, 35 and 94. RGB value is (213,53,148). Sum of RGB (Red+Green+Blue) = 213+53+148=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D53594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53594 is #2ACA6B. Grayscale: #6F6F6F. Windows color (decimal): -2804332 or 9713109. OLE color: 9713109.

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

Color convert

RGB 213 53 148 -
CMYK 0 0.75 0.31 0.16
HSL 324.38º 0.66% 0.52% -
HSV(B) 324.38º 0.75% 0.84% -
XYZ 34.06 18.83 29.86 -
YUV 111.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 213 53 148 0 0.75 0.31 0.16 324.38 0.66 0.52
Hex D5 35 94 0 4B 1F 10 144 42 34
Octal 325 65 224 0 113 37 20 504 102 64
Binary 11010101 110101 10010100 0 1001011 11111 10000 101000100 1000010 110100

Color Harmonies of #D53594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53594

Black with #D53594

Text Example


Text Example

White with #D53594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53594; }

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

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

background-color css

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

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

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

border-color css

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

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

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