Html Css Color HEX #D52979 Deep Cerise

📋 copy color: '#D52979'

red 213 ◦ green 41 ◦ blue 121

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

Shades of Deep Cerise #D52979

Tints of Deep Cerise #D52979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.93%

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

R = 56.8%
G = 10.93%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D52979 (or 0xD52979) is known color: Deep Cerise. HEX triplet: D5, 29 and 79. RGB value is (213,41,121). Sum of RGB (Red+Green+Blue) = 213+41+121=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D52979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52979 is #2AD686. Grayscale: #656565. Windows color (decimal): -2807431 or 7940565. OLE color: 7940565.

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

Color convert

RGB 213 41 121 -
CMYK 0 0.81 0.43 0.16
HSL 332.09º 0.68% 0.5% -
HSV(B) 332.09º 0.81% 0.84% -
XYZ 31.68 17.11 19.72 -
YUV 101.55 138.98 207.5 -
System Red Green Blue C M Y K H S L
Decimal 213 41 121 0 0.81 0.43 0.16 332.09 0.68 0.5
Hex D5 29 79 0 51 2B 10 14C 44 32
Octal 325 51 171 0 121 53 20 514 104 62
Binary 11010101 101001 1111001 0 1010001 101011 10000 101001100 1000100 110010

Color Harmonies of #D52979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52979

Black with #D52979

Text Example


Text Example

White with #D52979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52979; }

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

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

background-color css

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

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

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

border-color css

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

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

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