Html Css Color HEX #DA07BF Deep Magenta

📋 copy color: '#DA07BF'

red 218 ◦ green 7 ◦ blue 191

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

Shades of Deep Magenta #DA07BF

Tints of Deep Magenta #DA07BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.91%

R = 52.4%
G = 1.68%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA07BF (or 0xDA07BF) is known color: Deep Magenta. HEX triplet: DA, 07 and BF. RGB value is (218,7,191). Sum of RGB (Red+Green+Blue) = 218+7+191=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07BF is #25F840. Grayscale: #5A5A5A. Windows color (decimal): -2488385 or 12519386. OLE color: 12519386.

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

Color convert

RGB 218 7 191 -
CMYK 0 0.97 0.12 0.15
HSL 307.68º 0.94% 0.44% -
HSV(B) 307.68º 0.97% 0.85% -
XYZ 38.39 18.82 50.9 -
YUV 91.07 184.4 218.54 -
System Red Green Blue C M Y K H S L
Decimal 218 7 191 0 0.97 0.12 0.15 307.68 0.94 0.44
Hex DA 7 BF 0 61 C F 134 5E 2C
Octal 332 7 277 0 141 14 17 464 136 54
Binary 11011010 111 10111111 0 1100001 1100 1111 100110100 1011110 101100

Color Harmonies of #DA07BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA07BF

Black with #DA07BF

Text Example


Text Example

White with #DA07BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA07BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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