Html Css Color HEX #DA07B6 Deep Magenta

📋 copy color: '#DA07B6'

red 218 ◦ green 7 ◦ blue 182

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

Shades of Deep Magenta #DA07B6

Tints of Deep Magenta #DA07B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.72%

R = 53.56%
G = 1.72%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA07B6 (or 0xDA07B6) is known color: Deep Magenta. HEX triplet: DA, 07 and B6. RGB value is (218,7,182). Sum of RGB (Red+Green+Blue) = 218+7+182=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07B6 is #25F849. Grayscale: #595959. Windows color (decimal): -2488394 or 11929562. OLE color: 11929562.

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

Color convert

RGB 218 7 182 -
CMYK 0 0.97 0.17 0.15
HSL 310.24º 0.94% 0.44% -
HSV(B) 310.24º 0.97% 0.85% -
XYZ 37.43 18.43 45.84 -
YUV 90.04 179.9 219.27 -
System Red Green Blue C M Y K H S L
Decimal 218 7 182 0 0.97 0.17 0.15 310.24 0.94 0.44
Hex DA 7 B6 0 61 11 F 136 5E 2C
Octal 332 7 266 0 141 21 17 466 136 54
Binary 11011010 111 10110110 0 1100001 10001 1111 100110110 1011110 101100

Color Harmonies of #DA07B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA07B6

Black with #DA07B6

Text Example


Text Example

White with #DA07B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA07B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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