Html Css Color HEX #D90BDA Deep Magenta

📋 copy color: '#D90BDA'

red 217 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #D90BDA

Tints of Deep Magenta #D90BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.47%

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

R = 48.65%
G = 2.47%
B = 48.88%

CMYK

 C value IS 0.00

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D90BDA (or 0xD90BDA) is known color: Deep Magenta. HEX triplet: D9, 0B and DA. RGB value is (217,11,218). Sum of RGB (Red+Green+Blue) = 217+11+218=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #D90BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90BDA is #26F425. Grayscale: #5F5F5F. Windows color (decimal): -2552870 or 14289881. OLE color: 14289881.

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

Color convert

RGB 217 11 218 -
CMYK 0.00 0.95 0 0.15
HSL 299.71º 0.9% 0.45% -
HSV(B) 299.71º 0.95% 0.85% -
XYZ 41.39 20.05 68.02 -
YUV 96.19 196.75 214.17 -
System Red Green Blue C M Y K H S L
Decimal 217 11 218 0.00 0.95 0 0.15 299.71 0.9 0.45
Hex D9 B DA 0 5F 0 F 12C 5A 2D
Octal 331 13 332 0 137 0 17 454 132 55
Binary 11011001 1011 11011010 0 1011111 0 1111 100101100 1011010 101101

Color Harmonies of #D90BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90BDA

Black with #D90BDA

Text Example


Text Example

White with #D90BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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