Html Css Color HEX #D91FDA Deep Magenta

📋 copy color: '#D91FDA'

red 217 ◦ green 31 ◦ blue 218

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

Shades of Deep Magenta #D91FDA

Tints of Deep Magenta #D91FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.65%

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

R = 46.57%
G = 6.65%
B = 46.78%

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

#D91FDA (or 0xD91FDA) is known color: Deep Magenta. HEX triplet: D9, 1F and DA. RGB value is (217,31,218). Sum of RGB (Red+Green+Blue) = 217+31+218=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #D91FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D91FDA is #26E025. Grayscale: #6B6B6B. Windows color (decimal): -2547750 or 14295001. OLE color: 14295001.

HSL color Cylindrical-coordinate representation of color #D91FDA: hue angle of 299.68º degrees, saturation: 0.75, 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 #D91FDA is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 31 218 -
CMYK 0.00 0.86 0 0.15
HSL 299.68º 0.75% 0.49% -
HSV(B) 299.68º 0.86% 0.85% -
XYZ 41.76 20.79 68.14 -
YUV 107.93 190.12 205.79 -
System Red Green Blue C M Y K H S L
Decimal 217 31 218 0.00 0.86 0 0.15 299.68 0.75 0.49
Hex D9 1F DA 0 56 0 F 12C 4B 31
Octal 331 37 332 0 126 0 17 454 113 61
Binary 11011001 11111 11011010 0 1010110 0 1111 100101100 1001011 110001

Color Harmonies of #D91FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91FDA

Black with #D91FDA

Text Example


Text Example

White with #D91FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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