Html Css Color HEX #D61CBE Deep Magenta

📋 copy color: '#D61CBE'

red 214 ◦ green 28 ◦ blue 190

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

Shades of Deep Magenta #D61CBE

Tints of Deep Magenta #D61CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.48%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 49.54%
G = 6.48%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D61CBE (or 0xD61CBE) is known color: Deep Magenta. HEX triplet: D6, 1C and BE. RGB value is (214,28,190). Sum of RGB (Red+Green+Blue) = 214+28+190=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CBE is #29E341. Grayscale: #656565. Windows color (decimal): -2745154 or 12459222. OLE color: 12459222.

HSL color Cylindrical-coordinate representation of color #D61CBE: hue angle of 307.74º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61CBE is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 28 190 -
CMYK 0 0.87 0.11 0.16
HSL 307.74º 0.77% 0.47% -
HSV(B) 307.74º 0.87% 0.84% -
XYZ 37.44 18.84 50.38 -
YUV 102.08 177.62 207.83 -
System Red Green Blue C M Y K H S L
Decimal 214 28 190 0 0.87 0.11 0.16 307.74 0.77 0.47
Hex D6 1C BE 0 57 B 10 134 4D 2F
Octal 326 34 276 0 127 13 20 464 115 57
Binary 11010110 11100 10111110 0 1010111 1011 10000 100110100 1001101 101111

Color Harmonies of #D61CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CBE

Black with #D61CBE

Text Example


Text Example

White with #D61CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CBE; }

 p { color: rgb(214,28,190); }

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

background-color css

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

 a { background-color: rgb(214,28,190); }

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

border-color css

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

 span { border-color: rgb(214,28,190); }

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