Html Css Color HEX #D01CDF Deep Magenta

📋 copy color: '#D01CDF'

red 208 ◦ green 28 ◦ blue 223

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

Shades of Deep Magenta #D01CDF

Tints of Deep Magenta #D01CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 45.32%
G = 6.1%
B = 48.58%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D01CDF (or 0xD01CDF) is known color: Deep Magenta. HEX triplet: D0, 1C and DF. RGB value is (208,28,223). Sum of RGB (Red+Green+Blue) = 208+28+223=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #D01CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CDF is #2FE320. Grayscale: #676767. Windows color (decimal): -3138337 or 14621904. OLE color: 14621904.

HSL color Cylindrical-coordinate representation of color #D01CDF: hue angle of 295.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CDF is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 28 223 -
CMYK 0.07 0.87 0 0.13
HSL 295.38º 0.78% 0.49% -
HSV(B) 295.38º 0.87% 0.87% -
XYZ 39.75 19.57 71.49 -
YUV 104.05 195.13 202.14 -
System Red Green Blue C M Y K H S L
Decimal 208 28 223 0.07 0.87 0 0.13 295.38 0.78 0.49
Hex D0 1C DF 7 57 0 D 127 4E 31
Octal 320 34 337 7 127 0 15 447 116 61
Binary 11010000 11100 11011111 111 1010111 0 1101 100100111 1001110 110001

Color Harmonies of #D01CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CDF

Black with #D01CDF

Text Example


Text Example

White with #D01CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CDF; }

 p { color: rgb(208,28,223); }

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

background-color css

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

 a { background-color: rgb(208,28,223); }

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

border-color css

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

 span { border-color: rgb(208,28,223); }

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