Html Css Color HEX #D01BDC Deep Magenta

📋 copy color: '#D01BDC'

red 208 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #D01BDC

Tints of Deep Magenta #D01BDC

RGB

 RED value IS 208 (81.64% from 255) = 45.71%

 GREEN value IS 27 (10.94% from 255) = 5.93%

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 45.71%
G = 5.93%
B = 48.35%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D01BDC (or 0xD01BDC) is known color: Deep Magenta. HEX triplet: D0, 1B and DC. RGB value is (208,27,220). Sum of RGB (Red+Green+Blue) = 208+27+220=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #D01BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BDC is #2FE423. Grayscale: #666666. Windows color (decimal): -3138596 or 14425040. OLE color: 14425040.

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

Color convert

RGB 208 27 220 -
CMYK 0.05 0.88 0 0.14
HSL 296.27º 0.78% 0.48% -
HSV(B) 296.27º 0.88% 0.86% -
XYZ 39.32 19.36 69.37 -
YUV 103.12 193.97 202.81 -
System Red Green Blue C M Y K H S L
Decimal 208 27 220 0.05 0.88 0 0.14 296.27 0.78 0.48
Hex D0 1B DC 5 58 0 E 128 4E 30
Octal 320 33 334 5 130 0 16 450 116 60
Binary 11010000 11011 11011100 101 1011000 0 1110 100101000 1001110 110000

Color Harmonies of #D01BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01BDC

Black with #D01BDC

Text Example


Text Example

White with #D01BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01BDC; }

 p { color: rgb(208,27,220); }

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

background-color css

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

 a { background-color: rgb(208,27,220); }

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

border-color css

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

 span { border-color: rgb(208,27,220); }

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