Html Css Color HEX #D824C1 Deep Magenta

📋 copy color: '#D824C1'

red 216 ◦ green 36 ◦ blue 193

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

Shades of Deep Magenta #D824C1

Tints of Deep Magenta #D824C1

RGB

 RED value IS 216 (84.77% from 255) = 48.54%

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

 BLUE value IS 193 (75.78% from 255) = 43.37%

R = 48.54%
G = 8.09%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D824C1 (or 0xD824C1) is known color: Deep Magenta. HEX triplet: D8, 24 and C1. RGB value is (216,36,193). Sum of RGB (Red+Green+Blue) = 216+36+193=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D824C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D824C1 is #27DB3E. Grayscale: #6B6B6B. Windows color (decimal): -2612031 or 12657880. OLE color: 12657880.

HSL color Cylindrical-coordinate representation of color #D824C1: hue angle of 307.67º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D824C1 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 36 193 -
CMYK 0 0.83 0.11 0.15
HSL 307.67º 0.71% 0.49% -
HSV(B) 307.67º 0.83% 0.85% -
XYZ 38.58 19.71 52.22 -
YUV 107.72 176.13 205.23 -
System Red Green Blue C M Y K H S L
Decimal 216 36 193 0 0.83 0.11 0.15 307.67 0.71 0.49
Hex D8 24 C1 0 53 B F 134 47 31
Octal 330 44 301 0 123 13 17 464 107 61
Binary 11011000 100100 11000001 0 1010011 1011 1111 100110100 1000111 110001

Color Harmonies of #D824C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D824C1

Black with #D824C1

Text Example


Text Example

White with #D824C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D824C1; }

 p { color: rgb(216,36,193); }

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

background-color css

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

 a { background-color: rgb(216,36,193); }

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

border-color css

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

 span { border-color: rgb(216,36,193); }

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