Html Css Color HEX #DA07CC Deep Magenta

📋 copy color: '#DA07CC'

red 218 ◦ green 7 ◦ blue 204

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

Shades of Deep Magenta #DA07CC

Tints of Deep Magenta #DA07CC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.63%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 50.82%
G = 1.63%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA07CC (or 0xDA07CC) is known color: Deep Magenta. HEX triplet: DA, 07 and CC. RGB value is (218,7,204). Sum of RGB (Red+Green+Blue) = 218+7+204=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07CC is #25F833. Grayscale: #5B5B5B. Windows color (decimal): -2488372 or 13371354. OLE color: 13371354.

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

Color convert

RGB 218 7 204 -
CMYK 0 0.97 0.06 0.15
HSL 303.98º 0.94% 0.44% -
HSV(B) 303.98º 0.97% 0.85% -
XYZ 39.89 19.42 58.77 -
YUV 92.55 190.9 217.48 -
System Red Green Blue C M Y K H S L
Decimal 218 7 204 0 0.97 0.06 0.15 303.98 0.94 0.44
Hex DA 7 CC 0 61 6 F 130 5E 2C
Octal 332 7 314 0 141 6 17 460 136 54
Binary 11011010 111 11001100 0 1100001 110 1111 100110000 1011110 101100

Color Harmonies of #DA07CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA07CC

Black with #DA07CC

Text Example


Text Example

White with #DA07CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA07CC; }

 p { color: rgb(218,7,204); }

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

background-color css

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

 a { background-color: rgb(218,7,204); }

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

border-color css

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

 span { border-color: rgb(218,7,204); }

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