Html Css Color HEX #D301CC Deep Magenta

📋 copy color: '#D301CC'

red 211 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #D301CC

Tints of Deep Magenta #D301CC

RGB

 RED value IS 211 (82.81% from 255) = 50.72%

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 50.72%
G = 0.24%
B = 49.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D301CC (or 0xD301CC) is known color: Deep Magenta. HEX triplet: D3, 01 and CC. RGB value is (211,1,204). Sum of RGB (Red+Green+Blue) = 211+1+204=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D301CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D301CC is #2CFE33. Grayscale: #565656. Windows color (decimal): -2948660 or 13369811. OLE color: 13369811.

HSL color Cylindrical-coordinate representation of color #D301CC: hue angle of 302º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D301CC is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 1 204 -
CMYK 0 1.00 0.03 0.17
HSL 302º 0.99% 0.42% -
HSV(B) 302º 1% 0.83% -
XYZ 37.77 18.23 58.65 -
YUV 86.93 194.07 216.49 -
System Red Green Blue C M Y K H S L
Decimal 211 1 204 0 1.00 0.03 0.17 302 0.99 0.42
Hex D3 1 CC 0 64 3 11 12E 63 2A
Octal 323 1 314 0 144 3 21 456 143 52
Binary 11010011 1 11001100 0 1100100 11 10001 100101110 1100011 101010

Color Harmonies of #D301CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D301CC

Black with #D301CC

Text Example


Text Example

White with #D301CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D301CC; }

 p { color: rgb(211,1,204); }

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

background-color css

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

 a { background-color: rgb(211,1,204); }

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

border-color css

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

 span { border-color: rgb(211,1,204); }

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