Html Css Color HEX #D91EDA Deep Magenta

📋 copy color: '#D91EDA'

red 217 ◦ green 30 ◦ blue 218

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

Shades of Deep Magenta #D91EDA

Tints of Deep Magenta #D91EDA

RGB

 RED value IS 217 (85.16% from 255) = 46.67%

 GREEN value IS 30 (12.11% from 255) = 6.45%

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 46.67%
G = 6.45%
B = 46.88%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D91EDA (or 0xD91EDA) is known color: Deep Magenta. HEX triplet: D9, 1E and DA. RGB value is (217,30,218). Sum of RGB (Red+Green+Blue) = 217+30+218=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #D91EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91EDA is #26E125. Grayscale: #6A6A6A. Windows color (decimal): -2548006 or 14294745. OLE color: 14294745.

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

Color convert

RGB 217 30 218 -
CMYK 0.00 0.86 0 0.15
HSL 299.68º 0.76% 0.49% -
HSV(B) 299.68º 0.86% 0.85% -
XYZ 41.73 20.74 68.13 -
YUV 107.35 190.45 206.21 -
System Red Green Blue C M Y K H S L
Decimal 217 30 218 0.00 0.86 0 0.15 299.68 0.76 0.49
Hex D9 1E DA 0 56 0 F 12C 4C 31
Octal 331 36 332 0 126 0 17 454 114 61
Binary 11011001 11110 11011010 0 1010110 0 1111 100101100 1001100 110001

Color Harmonies of #D91EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91EDA

Black with #D91EDA

Text Example


Text Example

White with #D91EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91EDA; }

 p { color: rgb(217,30,218); }

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

background-color css

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

 a { background-color: rgb(217,30,218); }

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

border-color css

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

 span { border-color: rgb(217,30,218); }

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