Html Css Color HEX #D61CBC Deep Magenta

📋 copy color: '#D61CBC'

red 214 ◦ green 28 ◦ blue 188

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

Shades of Deep Magenta #D61CBC

Tints of Deep Magenta #D61CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 49.77%
G = 6.51%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D61CBC (or 0xD61CBC) is known color: Deep Magenta. HEX triplet: D6, 1C and BC. RGB value is (214,28,188). Sum of RGB (Red+Green+Blue) = 214+28+188=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CBC is #29E343. Grayscale: #656565. Windows color (decimal): -2745156 or 12328150. OLE color: 12328150.

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

Color convert

RGB 214 28 188 -
CMYK 0 0.87 0.12 0.16
HSL 308.39º 0.77% 0.47% -
HSV(B) 308.39º 0.87% 0.84% -
XYZ 37.22 18.76 49.24 -
YUV 101.85 176.62 207.99 -
System Red Green Blue C M Y K H S L
Decimal 214 28 188 0 0.87 0.12 0.16 308.39 0.77 0.47
Hex D6 1C BC 0 57 C 10 134 4D 2F
Octal 326 34 274 0 127 14 20 464 115 57
Binary 11010110 11100 10111100 0 1010111 1100 10000 100110100 1001101 101111

Color Harmonies of #D61CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CBC

Black with #D61CBC

Text Example


Text Example

White with #D61CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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