Html Css Color HEX #D52474 Deep Cerise

📋 copy color: '#D52474'

red 213 ◦ green 36 ◦ blue 116

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

Shades of Deep Cerise #D52474

Tints of Deep Cerise #D52474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

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

R = 58.36%
G = 9.86%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D52474 (or 0xD52474) is known color: Deep Cerise. HEX triplet: D5, 24 and 74. RGB value is (213,36,116). Sum of RGB (Red+Green+Blue) = 213+36+116=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D52474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52474 is #2ADB8B. Grayscale: #616161. Windows color (decimal): -2808716 or 7611605. OLE color: 7611605.

HSL color Cylindrical-coordinate representation of color #D52474: hue angle of 332.88º degrees, saturation: 0.71, 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 #D52474 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 36 116 -
CMYK 0 0.83 0.46 0.16
HSL 332.88º 0.71% 0.49% -
HSV(B) 332.88º 0.83% 0.84% -
XYZ 31.22 16.67 18.09 -
YUV 98.04 138.14 210 -
System Red Green Blue C M Y K H S L
Decimal 213 36 116 0 0.83 0.46 0.16 332.88 0.71 0.49
Hex D5 24 74 0 53 2E 10 14D 47 31
Octal 325 44 164 0 123 56 20 515 107 61
Binary 11010101 100100 1110100 0 1010011 101110 10000 101001101 1000111 110001

Color Harmonies of #D52474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52474

Black with #D52474

Text Example


Text Example

White with #D52474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52474; }

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

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

background-color css

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

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

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

border-color css

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

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

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