Html Css Color HEX #D32474 Deep Cerise

📋 copy color: '#D32474'

red 211 ◦ green 36 ◦ blue 116

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

Shades of Deep Cerise #D32474

Tints of Deep Cerise #D32474

RGB

 RED value IS 211 (82.81% from 255) = 58.13%

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

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

R = 58.13%
G = 9.92%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D32474 (or 0xD32474) is known color: Deep Cerise. HEX triplet: D3, 24 and 74. RGB value is (211,36,116). Sum of RGB (Red+Green+Blue) = 211+36+116=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D32474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32474 is #2CDB8B. Grayscale: #616161. Windows color (decimal): -2939788 or 7611603. OLE color: 7611603.

HSL color Cylindrical-coordinate representation of color #D32474: hue angle of 332.57º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32474 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 116 -
CMYK 0 0.83 0.45 0.17
HSL 332.57º 0.71% 0.48% -
HSV(B) 332.57º 0.83% 0.83% -
XYZ 30.65 16.37 18.07 -
YUV 97.45 138.48 209 -
System Red Green Blue C M Y K H S L
Decimal 211 36 116 0 0.83 0.45 0.17 332.57 0.71 0.48
Hex D3 24 74 0 53 2D 11 14D 47 30
Octal 323 44 164 0 123 55 21 515 107 60
Binary 11010011 100100 1110100 0 1010011 101101 10001 101001101 1000111 110000

Color Harmonies of #D32474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32474

Black with #D32474

Text Example


Text Example

White with #D32474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32474; }

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

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

background-color css

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

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

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

border-color css

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

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

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