Html Css Color HEX #DA0CB6 Deep Magenta

📋 copy color: '#DA0CB6'

red 218 ◦ green 12 ◦ blue 182

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

Shades of Deep Magenta #DA0CB6

Tints of Deep Magenta #DA0CB6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.91%

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

R = 52.91%
G = 2.91%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DA0CB6 (or 0xDA0CB6) is known color: Deep Magenta. HEX triplet: DA, 0C and B6. RGB value is (218,12,182). Sum of RGB (Red+Green+Blue) = 218+12+182=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CB6 is #25F349. Grayscale: #5C5C5C. Windows color (decimal): -2487114 or 11930842. OLE color: 11930842.

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

Color convert

RGB 218 12 182 -
CMYK 0 0.94 0.17 0.15
HSL 310.49º 0.9% 0.45% -
HSV(B) 310.49º 0.94% 0.85% -
XYZ 37.49 18.55 45.86 -
YUV 92.97 178.25 217.18 -
System Red Green Blue C M Y K H S L
Decimal 218 12 182 0 0.94 0.17 0.15 310.49 0.9 0.45
Hex DA C B6 0 5E 11 F 136 5A 2D
Octal 332 14 266 0 136 21 17 466 132 55
Binary 11011010 1100 10110110 0 1011110 10001 1111 100110110 1011010 101101

Color Harmonies of #DA0CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CB6

Black with #DA0CB6

Text Example


Text Example

White with #DA0CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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