Html Css Color HEX #DA06CF Deep Magenta

📋 copy color: '#DA06CF'

red 218 ◦ green 6 ◦ blue 207

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

Shades of Deep Magenta #DA06CF

Tints of Deep Magenta #DA06CF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 50.58%
G = 1.39%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA06CF (or 0xDA06CF) is known color: Deep Magenta. HEX triplet: DA, 06 and CF. RGB value is (218,6,207). Sum of RGB (Red+Green+Blue) = 218+6+207=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 6 (2.73% from 255 or 1.39% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06CF is #25F930. Grayscale: #5B5B5B. Windows color (decimal): -2488625 or 13567706. OLE color: 13567706.

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

Color convert

RGB 218 6 207 -
CMYK 0 0.97 0.05 0.15
HSL 303.11º 0.95% 0.44% -
HSV(B) 303.11º 0.97% 0.85% -
XYZ 40.24 19.54 60.68 -
YUV 92.3 192.74 217.66 -
System Red Green Blue C M Y K H S L
Decimal 218 6 207 0 0.97 0.05 0.15 303.11 0.95 0.44
Hex DA 6 CF 0 61 5 F 12F 5F 2C
Octal 332 6 317 0 141 5 17 457 137 54
Binary 11011010 110 11001111 0 1100001 101 1111 100101111 1011111 101100

Color Harmonies of #DA06CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA06CF

Black with #DA06CF

Text Example


Text Example

White with #DA06CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA06CF; }

 p { color: rgb(218,6,207); }

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

background-color css

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

 a { background-color: rgb(218,6,207); }

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

border-color css

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

 span { border-color: rgb(218,6,207); }

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