Html Css Color HEX #DA06BC Deep Magenta

📋 copy color: '#DA06BC'

red 218 ◦ green 6 ◦ blue 188

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

Shades of Deep Magenta #DA06BC

Tints of Deep Magenta #DA06BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 52.91%
G = 1.46%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DA06BC (or 0xDA06BC) is known color: Deep Magenta. HEX triplet: DA, 06 and BC. RGB value is (218,6,188). Sum of RGB (Red+Green+Blue) = 218+6+188=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06BC is #25F943. Grayscale: #595959. Windows color (decimal): -2488644 or 12322522. OLE color: 12322522.

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

Color convert

RGB 218 6 188 -
CMYK 0 0.97 0.14 0.15
HSL 308.49º 0.95% 0.44% -
HSV(B) 308.49º 0.97% 0.85% -
XYZ 38.06 18.67 49.17 -
YUV 90.14 183.24 219.2 -
System Red Green Blue C M Y K H S L
Decimal 218 6 188 0 0.97 0.14 0.15 308.49 0.95 0.44
Hex DA 6 BC 0 61 E F 134 5F 2C
Octal 332 6 274 0 141 16 17 464 137 54
Binary 11011010 110 10111100 0 1100001 1110 1111 100110100 1011111 101100

Color Harmonies of #DA06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA06BC

Black with #DA06BC

Text Example


Text Example

White with #DA06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA06BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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