Html Css Color HEX #D61ACB Deep Magenta

📋 copy color: '#D61ACB'

red 214 ◦ green 26 ◦ blue 203

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

Shades of Deep Magenta #D61ACB

Tints of Deep Magenta #D61ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.87%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 48.31%
G = 5.87%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D61ACB (or 0xD61ACB) is known color: Deep Magenta. HEX triplet: D6, 1A and CB. RGB value is (214,26,203). Sum of RGB (Red+Green+Blue) = 214+26+203=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D61ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61ACB is #29E534. Grayscale: #656565. Windows color (decimal): -2745653 or 13310678. OLE color: 13310678.

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

Color convert

RGB 214 26 203 -
CMYK 0 0.88 0.05 0.16
HSL 303.51º 0.78% 0.47% -
HSV(B) 303.51º 0.88% 0.84% -
XYZ 38.88 19.35 58.18 -
YUV 102.39 184.78 207.61 -
System Red Green Blue C M Y K H S L
Decimal 214 26 203 0 0.88 0.05 0.16 303.51 0.78 0.47
Hex D6 1A CB 0 58 5 10 130 4E 2F
Octal 326 32 313 0 130 5 20 460 116 57
Binary 11010110 11010 11001011 0 1011000 101 10000 100110000 1001110 101111

Color Harmonies of #D61ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61ACB

Black with #D61ACB

Text Example


Text Example

White with #D61ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61ACB; }

 p { color: rgb(214,26,203); }

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

background-color css

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

 a { background-color: rgb(214,26,203); }

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

border-color css

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

 span { border-color: rgb(214,26,203); }

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