Html Css Color HEX #D90CD0 Deep Magenta

📋 copy color: '#D90CD0'

red 217 ◦ green 12 ◦ blue 208

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

Shades of Deep Magenta #D90CD0

Tints of Deep Magenta #D90CD0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

 BLUE value IS 208 (81.64% from 255) = 47.6%

R = 49.66%
G = 2.75%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D90CD0 (or 0xD90CD0) is known color: Deep Magenta. HEX triplet: D9, 0C and D0. RGB value is (217,12,208). Sum of RGB (Red+Green+Blue) = 217+12+208=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 12 (5.08% from 255 or 2.75% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CD0 is #26F32F. Grayscale: #5F5F5F. Windows color (decimal): -2552624 or 13634777. OLE color: 13634777.

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

Color convert

RGB 217 12 208 -
CMYK 0 0.94 0.04 0.15
HSL 302.63º 0.9% 0.45% -
HSV(B) 302.63º 0.94% 0.85% -
XYZ 40.13 19.57 61.34 -
YUV 95.64 191.42 214.56 -
System Red Green Blue C M Y K H S L
Decimal 217 12 208 0 0.94 0.04 0.15 302.63 0.9 0.45
Hex D9 C D0 0 5E 4 F 12F 5A 2D
Octal 331 14 320 0 136 4 17 457 132 55
Binary 11011001 1100 11010000 0 1011110 100 1111 100101111 1011010 101101

Color Harmonies of #D90CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90CD0

Black with #D90CD0

Text Example


Text Example

White with #D90CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90CD0; }

 p { color: rgb(217,12,208); }

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

background-color css

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

 a { background-color: rgb(217,12,208); }

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

border-color css

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

 span { border-color: rgb(217,12,208); }

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