Html Css Color HEX #D52074 Deep Cerise

📋 copy color: '#D52074'

red 213 ◦ green 32 ◦ blue 116

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

Shades of Deep Cerise #D52074

Tints of Deep Cerise #D52074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.86%

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 59%
G = 8.86%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D52074 (or 0xD52074) is known color: Deep Cerise. HEX triplet: D5, 20 and 74. RGB value is (213,32,116). Sum of RGB (Red+Green+Blue) = 213+32+116=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D52074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52074 is #2ADF8B. Grayscale: #5F5F5F. Windows color (decimal): -2809740 or 7610581. OLE color: 7610581.

HSL color Cylindrical-coordinate representation of color #D52074: hue angle of 332.15º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52074 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 32 116 -
CMYK 0 0.85 0.46 0.16
HSL 332.15º 0.74% 0.48% -
HSV(B) 332.15º 0.85% 0.84% -
XYZ 31.11 16.44 18.06 -
YUV 95.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 213 32 116 0 0.85 0.46 0.16 332.15 0.74 0.48
Hex D5 20 74 0 55 2E 10 14C 4A 30
Octal 325 40 164 0 125 56 20 514 112 60
Binary 11010101 100000 1110100 0 1010101 101110 10000 101001100 1001010 110000

Color Harmonies of #D52074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52074

Black with #D52074

Text Example


Text Example

White with #D52074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52074; }

 p { color: rgb(213,32,116); }

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

background-color css

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

 a { background-color: rgb(213,32,116); }

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

border-color css

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

 span { border-color: rgb(213,32,116); }

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