Html Css Color HEX #D001DA Deep Magenta

📋 copy color: '#D001DA'

red 208 ◦ green 1 ◦ blue 218

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

Shades of Deep Magenta #D001DA

Tints of Deep Magenta #D001DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 48.71%
G = 0.23%
B = 51.05%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D001DA (or 0xD001DA) is known color: Deep Magenta. HEX triplet: D0, 01 and DA. RGB value is (208,1,218). Sum of RGB (Red+Green+Blue) = 208+1+218=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #D001DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D001DA is #2FFE25. Grayscale: #565656. Windows color (decimal): -3145254 or 14287312. OLE color: 14287312.

HSL color Cylindrical-coordinate representation of color #D001DA: hue angle of 297.24º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D001DA is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 1 218 -
CMYK 0.05 1.00 0 0.15
HSL 297.24º 0.99% 0.43% -
HSV(B) 297.24º 1% 0.85% -
XYZ 38.68 18.49 67.86 -
YUV 87.63 201.58 213.86 -
System Red Green Blue C M Y K H S L
Decimal 208 1 218 0.05 1.00 0 0.15 297.24 0.99 0.43
Hex D0 1 DA 5 64 0 F 129 63 2B
Octal 320 1 332 5 144 0 17 451 143 53
Binary 11010000 1 11011010 101 1100100 0 1111 100101001 1100011 101011

Color Harmonies of #D001DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D001DA

Black with #D001DA

Text Example


Text Example

White with #D001DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D001DA; }

 p { color: rgb(208,1,218); }

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

background-color css

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

 a { background-color: rgb(208,1,218); }

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

border-color css

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

 span { border-color: rgb(208,1,218); }

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