Html Css Color HEX #D000CD Deep Magenta

📋 copy color: '#D000CD'

red 208 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #D000CD

Tints of Deep Magenta #D000CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 50.36%
G = 0%
B = 49.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D000CD (or 0xD000CD) is known color: Deep Magenta. HEX triplet: D0, 00 and CD. RGB value is (208,0,205). Sum of RGB (Red+Green+Blue) = 208+0+205=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D000CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000CD is #2FFF32. Grayscale: #545454. Windows color (decimal): -3145523 or 13435088. OLE color: 13435088.

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

Color convert

RGB 208 0 205 -
CMYK 0 1 0.01 0.18
HSL 300.87º 1% 0.41% -
HSV(B) 300.87º 1% 0.82% -
XYZ 37.03 17.82 59.24 -
YUV 85.56 195.41 215.33 -
System Red Green Blue C M Y K H S L
Decimal 208 0 205 0 1 0.01 0.18 300.87 1 0.41
Hex D0 0 CD 0 64 1 12 12D 64 29
Octal 320 0 315 0 144 1 22 455 144 51
Binary 11010000 0 11001101 0 1100100 1 10010 100101101 1100100 101001

Color Harmonies of #D000CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D000CD

Black with #D000CD

Text Example


Text Example

White with #D000CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D000CD; }

 p { color: rgb(208,0,205); }

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

background-color css

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

 a { background-color: rgb(208,0,205); }

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

border-color css

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

 span { border-color: rgb(208,0,205); }

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