Html Css Color HEX #DA00CD Deep Magenta

📋 copy color: '#DA00CD'

red 218 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #DA00CD

Tints of Deep Magenta #DA00CD

RGB

 RED value IS 218 (85.55% from 255) = 51.54%

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

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

R = 51.54%
G = 0%
B = 48.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA00CD (or 0xDA00CD) is known color: Deep Magenta. HEX triplet: DA, 00 and CD. RGB value is (218,0,205). Sum of RGB (Red+Green+Blue) = 218+0+205=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00CD is #25FF32. Grayscale: #575757. Windows color (decimal): -2490163 or 13435098. OLE color: 13435098.

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

Color convert

RGB 218 0 205 -
CMYK 0 1 0.06 0.15
HSL 303.58º 1% 0.43% -
HSV(B) 303.58º 1% 0.85% -
XYZ 39.93 19.31 59.38 -
YUV 88.55 193.72 220.33 -
System Red Green Blue C M Y K H S L
Decimal 218 0 205 0 1 0.06 0.15 303.58 1 0.43
Hex DA 0 CD 0 64 6 F 130 64 2B
Octal 332 0 315 0 144 6 17 460 144 53
Binary 11011010 0 11001101 0 1100100 110 1111 100110000 1100100 101011

Color Harmonies of #DA00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00CD

Black with #DA00CD

Text Example


Text Example

White with #DA00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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