Html Css Color HEX #D52593 Deep Cerise

📋 copy color: '#D52593'

red 213 ◦ green 37 ◦ blue 147

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

Shades of Deep Cerise #D52593

Tints of Deep Cerise #D52593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.32%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 53.65%
G = 9.32%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D52593 (or 0xD52593) is known color: Deep Cerise. HEX triplet: D5, 25 and 93. RGB value is (213,37,147). Sum of RGB (Red+Green+Blue) = 213+37+147=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D52593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52593 is #2ADA6C. Grayscale: #656565. Windows color (decimal): -2808429 or 9643477. OLE color: 9643477.

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

Color convert

RGB 213 37 147 -
CMYK 0 0.83 0.31 0.16
HSL 322.5º 0.7% 0.49% -
HSV(B) 322.5º 0.83% 0.84% -
XYZ 33.37 17.58 29.24 -
YUV 102.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 213 37 147 0 0.83 0.31 0.16 322.5 0.7 0.49
Hex D5 25 93 0 53 1F 10 142 46 31
Octal 325 45 223 0 123 37 20 502 106 61
Binary 11010101 100101 10010011 0 1010011 11111 10000 101000010 1000110 110001

Color Harmonies of #D52593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52593

Black with #D52593

Text Example


Text Example

White with #D52593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52593; }

 p { color: rgb(213,37,147); }

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

background-color css

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

 a { background-color: rgb(213,37,147); }

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

border-color css

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

 span { border-color: rgb(213,37,147); }

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