Html Css Color HEX #D52E79 Deep Cerise

📋 copy color: '#D52E79'

red 213 ◦ green 46 ◦ blue 121

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

Shades of Deep Cerise #D52E79

Tints of Deep Cerise #D52E79

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.11%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 56.05%
G = 12.11%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D52E79 (or 0xD52E79) is known color: Deep Cerise. HEX triplet: D5, 2E and 79. RGB value is (213,46,121). Sum of RGB (Red+Green+Blue) = 213+46+121=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52E79 is #2AD186. Grayscale: #686868. Windows color (decimal): -2806151 or 7941845. OLE color: 7941845.

HSL color Cylindrical-coordinate representation of color #D52E79: hue angle of 333.05º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52E79 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 46 121 -
CMYK 0 0.78 0.43 0.16
HSL 333.05º 0.67% 0.51% -
HSV(B) 333.05º 0.78% 0.84% -
XYZ 31.87 17.48 19.78 -
YUV 104.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 213 46 121 0 0.78 0.43 0.16 333.05 0.67 0.51
Hex D5 2E 79 0 4E 2B 10 14D 43 33
Octal 325 56 171 0 116 53 20 515 103 63
Binary 11010101 101110 1111001 0 1001110 101011 10000 101001101 1000011 110011

Color Harmonies of #D52E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E79

Black with #D52E79

Text Example


Text Example

White with #D52E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E79; }

 p { color: rgb(213,46,121); }

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

background-color css

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

 a { background-color: rgb(213,46,121); }

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

border-color css

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

 span { border-color: rgb(213,46,121); }

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