Html Css Color HEX #D721C4 Deep Magenta

📋 copy color: '#D721C4'

red 215 ◦ green 33 ◦ blue 196

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

Shades of Deep Magenta #D721C4

Tints of Deep Magenta #D721C4

RGB

 RED value IS 215 (84.38% from 255) = 48.42%

 GREEN value IS 33 (13.28% from 255) = 7.43%

 BLUE value IS 196 (76.95% from 255) = 44.14%

R = 48.42%
G = 7.43%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D721C4 (or 0xD721C4) is known color: Deep Magenta. HEX triplet: D7, 21 and C4. RGB value is (215,33,196). Sum of RGB (Red+Green+Blue) = 215+33+196=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 33 (13.28% from 255 or 7.43% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D721C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D721C4 is #28DE3B. Grayscale: #696969. Windows color (decimal): -2678332 or 12853719. OLE color: 12853719.

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

Color convert

RGB 215 33 196 -
CMYK 0 0.85 0.09 0.16
HSL 306.26º 0.73% 0.49% -
HSV(B) 306.26º 0.85% 0.84% -
XYZ 38.53 19.52 53.96 -
YUV 106 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 215 33 196 0 0.85 0.09 0.16 306.26 0.73 0.49
Hex D7 21 C4 0 55 9 10 132 49 31
Octal 327 41 304 0 125 11 20 462 111 61
Binary 11010111 100001 11000100 0 1010101 1001 10000 100110010 1001001 110001

Color Harmonies of #D721C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D721C4

Black with #D721C4

Text Example


Text Example

White with #D721C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D721C4; }

 p { color: rgb(215,33,196); }

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

background-color css

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

 a { background-color: rgb(215,33,196); }

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

border-color css

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

 span { border-color: rgb(215,33,196); }

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