Html Css Color HEX #DA00CE Deep Magenta

📋 copy color: '#DA00CE'

red 218 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #DA00CE

Tints of Deep Magenta #DA00CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 51.42%
G = 0%
B = 48.58%

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

#DA00CE (or 0xDA00CE) is known color: Deep Magenta. HEX triplet: DA, 00 and CE. RGB value is (218,0,206). Sum of RGB (Red+Green+Blue) = 218+0+206=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00CE is #25FF31. Grayscale: #585858. Windows color (decimal): -2490162 or 13500634. OLE color: 13500634.

HSL color Cylindrical-coordinate representation of color #DA00CE: hue angle of 303.3º 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 #DA00CE is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 0 206 -
CMYK 0 1 0.06 0.15
HSL 303.3º 1% 0.43% -
HSV(B) 303.3º 1% 0.85% -
XYZ 40.05 19.36 60.02 -
YUV 88.67 194.22 220.25 -
System Red Green Blue C M Y K H S L
Decimal 218 0 206 0 1 0.06 0.15 303.3 1 0.43
Hex DA 0 CE 0 64 6 F 12F 64 2B
Octal 332 0 316 0 144 6 17 457 144 53
Binary 11011010 0 11001110 0 1100100 110 1111 100101111 1100100 101011

Color Harmonies of #DA00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA00CE

Black with #DA00CE

Text Example


Text Example

White with #DA00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA00CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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