Html Css Color HEX #D90FCE Deep Magenta

📋 copy color: '#D90FCE'

red 217 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #D90FCE

Tints of Deep Magenta #D90FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 49.54%
G = 3.42%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D90FCE (or 0xD90FCE) is known color: Deep Magenta. HEX triplet: D9, 0F and CE. RGB value is (217,15,206). Sum of RGB (Red+Green+Blue) = 217+15+206=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D90FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FCE is #26F031. Grayscale: #606060. Windows color (decimal): -2551858 or 13504473. OLE color: 13504473.

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

Color convert

RGB 217 15 206 -
CMYK 0 0.93 0.05 0.15
HSL 303.27º 0.87% 0.45% -
HSV(B) 303.27º 0.93% 0.85% -
XYZ 39.93 19.55 60.06 -
YUV 97.17 189.42 213.47 -
System Red Green Blue C M Y K H S L
Decimal 217 15 206 0 0.93 0.05 0.15 303.27 0.87 0.45
Hex D9 F CE 0 5D 5 F 12F 57 2D
Octal 331 17 316 0 135 5 17 457 127 55
Binary 11011001 1111 11001110 0 1011101 101 1111 100101111 1010111 101101

Color Harmonies of #D90FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90FCE

Black with #D90FCE

Text Example


Text Example

White with #D90FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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