Html Css Color HEX #D61DB9 Deep Magenta

📋 copy color: '#D61DB9'

red 214 ◦ green 29 ◦ blue 185

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

Shades of Deep Magenta #D61DB9

Tints of Deep Magenta #D61DB9

RGB

 RED value IS 214 (83.98% from 255) = 50%

 GREEN value IS 29 (11.72% from 255) = 6.78%

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 50%
G = 6.78%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D61DB9 (or 0xD61DB9) is known color: Deep Magenta. HEX triplet: D6, 1D and B9. RGB value is (214,29,185). Sum of RGB (Red+Green+Blue) = 214+29+185=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61DB9 is #29E246. Grayscale: #656565. Windows color (decimal): -2744903 or 12131798. OLE color: 12131798.

HSL color Cylindrical-coordinate representation of color #D61DB9: hue angle of 309.41º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61DB9 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 29 185 -
CMYK 0 0.86 0.14 0.16
HSL 309.41º 0.76% 0.48% -
HSV(B) 309.41º 0.86% 0.84% -
XYZ 36.93 18.68 47.56 -
YUV 102.1 174.79 207.82 -
System Red Green Blue C M Y K H S L
Decimal 214 29 185 0 0.86 0.14 0.16 309.41 0.76 0.48
Hex D6 1D B9 0 56 E 10 135 4C 30
Octal 326 35 271 0 126 16 20 465 114 60
Binary 11010110 11101 10111001 0 1010110 1110 10000 100110101 1001100 110000

Color Harmonies of #D61DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DB9

Black with #D61DB9

Text Example


Text Example

White with #D61DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DB9; }

 p { color: rgb(214,29,185); }

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

background-color css

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

 a { background-color: rgb(214,29,185); }

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

border-color css

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

 span { border-color: rgb(214,29,185); }

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