Html Css Color HEX #D71CDE Deep Magenta

📋 copy color: '#D71CDE'

red 215 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #D71CDE

Tints of Deep Magenta #D71CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.02%

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 46.24%
G = 6.02%
B = 47.74%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D71CDE (or 0xD71CDE) is known color: Deep Magenta. HEX triplet: D7, 1C and DE. RGB value is (215,28,222). Sum of RGB (Red+Green+Blue) = 215+28+222=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #D71CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D71CDE is #28E321. Grayscale: #696969. Windows color (decimal): -2679586 or 14556375. OLE color: 14556375.

HSL color Cylindrical-coordinate representation of color #D71CDE: hue angle of 297.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71CDE is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 28 222 -
CMYK 0.03 0.87 0 0.13
HSL 297.84º 0.78% 0.49% -
HSV(B) 297.84º 0.87% 0.87% -
XYZ 41.62 20.55 70.88 -
YUV 106.03 193.45 205.73 -
System Red Green Blue C M Y K H S L
Decimal 215 28 222 0.03 0.87 0 0.13 297.84 0.78 0.49
Hex D7 1C DE 3 57 0 D 12A 4E 31
Octal 327 34 336 3 127 0 15 452 116 61
Binary 11010111 11100 11011110 11 1010111 0 1101 100101010 1001110 110001

Color Harmonies of #D71CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CDE

Black with #D71CDE

Text Example


Text Example

White with #D71CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CDE; }

 p { color: rgb(215,28,222); }

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

background-color css

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

 a { background-color: rgb(215,28,222); }

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

border-color css

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

 span { border-color: rgb(215,28,222); }

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