Html Css Color HEX #D41CBB Deep Magenta

📋 copy color: '#D41CBB'

red 212 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #D41CBB

Tints of Deep Magenta #D41CBB

RGB

 RED value IS 212 (83.2% from 255) = 49.65%

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

 BLUE value IS 187 (73.44% from 255) = 43.79%

R = 49.65%
G = 6.56%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D41CBB (or 0xD41CBB) is known color: Deep Magenta. HEX triplet: D4, 1C and BB. RGB value is (212,28,187). Sum of RGB (Red+Green+Blue) = 212+28+187=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CBB is #2BE344. Grayscale: #646464. Windows color (decimal): -2876229 or 12262612. OLE color: 12262612.

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

Color convert

RGB 212 28 187 -
CMYK 0 0.87 0.12 0.17
HSL 308.15º 0.77% 0.47% -
HSV(B) 308.15º 0.87% 0.83% -
XYZ 36.54 18.42 48.64 -
YUV 101.14 176.46 207.07 -
System Red Green Blue C M Y K H S L
Decimal 212 28 187 0 0.87 0.12 0.17 308.15 0.77 0.47
Hex D4 1C BB 0 57 C 11 134 4D 2F
Octal 324 34 273 0 127 14 21 464 115 57
Binary 11010100 11100 10111011 0 1010111 1100 10001 100110100 1001101 101111

Color Harmonies of #D41CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41CBB

Black with #D41CBB

Text Example


Text Example

White with #D41CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41CBB; }

 p { color: rgb(212,28,187); }

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

background-color css

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

 a { background-color: rgb(212,28,187); }

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

border-color css

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

 span { border-color: rgb(212,28,187); }

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