Html Css Color HEX #D61CB8 Deep Magenta

📋 copy color: '#D61CB8'

red 214 ◦ green 28 ◦ blue 184

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

Shades of Deep Magenta #D61CB8

Tints of Deep Magenta #D61CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.19%

R = 50.23%
G = 6.57%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D61CB8 (or 0xD61CB8) is known color: Deep Magenta. HEX triplet: D6, 1C and B8. RGB value is (214,28,184). Sum of RGB (Red+Green+Blue) = 214+28+184=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CB8 is #29E347. Grayscale: #646464. Windows color (decimal): -2745160 or 12066006. OLE color: 12066006.

HSL color Cylindrical-coordinate representation of color #D61CB8: hue angle of 309.68º 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 #D61CB8 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 28 184 -
CMYK 0 0.87 0.14 0.16
HSL 309.68º 0.77% 0.47% -
HSV(B) 309.68º 0.87% 0.84% -
XYZ 36.8 18.59 47 -
YUV 101.4 174.62 208.32 -
System Red Green Blue C M Y K H S L
Decimal 214 28 184 0 0.87 0.14 0.16 309.68 0.77 0.47
Hex D6 1C B8 0 57 E 10 136 4D 2F
Octal 326 34 270 0 127 16 20 466 115 57
Binary 11010110 11100 10111000 0 1010111 1110 10000 100110110 1001101 101111

Color Harmonies of #D61CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CB8

Black with #D61CB8

Text Example


Text Example

White with #D61CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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