Html Css Color HEX #D90FDA Deep Magenta

📋 copy color: '#D90FDA'

red 217 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #D90FDA

Tints of Deep Magenta #D90FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.33%

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

R = 48.22%
G = 3.33%
B = 48.44%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D90FDA (or 0xD90FDA) is known color: Deep Magenta. HEX triplet: D9, 0F and DA. RGB value is (217,15,218). Sum of RGB (Red+Green+Blue) = 217+15+218=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #D90FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FDA is #26F025. Grayscale: #616161. Windows color (decimal): -2551846 or 14290905. OLE color: 14290905.

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

Color convert

RGB 217 15 218 -
CMYK 0.00 0.93 0 0.15
HSL 299.7º 0.87% 0.46% -
HSV(B) 299.7º 0.93% 0.85% -
XYZ 41.44 20.16 68.04 -
YUV 98.54 195.42 212.49 -
System Red Green Blue C M Y K H S L
Decimal 217 15 218 0.00 0.93 0 0.15 299.7 0.87 0.46
Hex D9 F DA 0 5D 0 F 12C 57 2E
Octal 331 17 332 0 135 0 17 454 127 56
Binary 11011001 1111 11011010 0 1011101 0 1111 100101100 1010111 101110

Color Harmonies of #D90FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90FDA

Black with #D90FDA

Text Example


Text Example

White with #D90FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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