Html Css Color HEX #D201CF Deep Magenta

📋 copy color: '#D201CF'

red 210 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #D201CF

Tints of Deep Magenta #D201CF

RGB

 RED value IS 210 (82.42% from 255) = 50.24%

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 50.24%
G = 0.24%
B = 49.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D201CF (or 0xD201CF) is known color: Deep Magenta. HEX triplet: D2, 01 and CF. RGB value is (210,1,207). Sum of RGB (Red+Green+Blue) = 210+1+207=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D201CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D201CF is #2DFE30. Grayscale: #565656. Windows color (decimal): -3014193 or 13566418. OLE color: 13566418.

HSL color Cylindrical-coordinate representation of color #D201CF: hue angle of 300.86º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D201CF is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 207 -
CMYK 0 1.00 0.01 0.18
HSL 300.86º 0.99% 0.41% -
HSV(B) 300.86º 1% 0.82% -
XYZ 37.85 18.23 60.55 -
YUV 86.98 195.74 215.75 -
System Red Green Blue C M Y K H S L
Decimal 210 1 207 0 1.00 0.01 0.18 300.86 0.99 0.41
Hex D2 1 CF 0 64 1 12 12D 63 29
Octal 322 1 317 0 144 1 22 455 143 51
Binary 11010010 1 11001111 0 1100100 1 10010 100101101 1100011 101001

Color Harmonies of #D201CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D201CF

Black with #D201CF

Text Example


Text Example

White with #D201CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D201CF; }

 p { color: rgb(210,1,207); }

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

background-color css

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

 a { background-color: rgb(210,1,207); }

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

border-color css

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

 span { border-color: rgb(210,1,207); }

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