Html Css Color HEX #DA0CCC Deep Magenta

📋 copy color: '#DA0CCC'

red 218 ◦ green 12 ◦ blue 204

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

Shades of Deep Magenta #DA0CCC

Tints of Deep Magenta #DA0CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 50.23%
G = 2.76%
B = 47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA0CCC (or 0xDA0CCC) is known color: Deep Magenta. HEX triplet: DA, 0C and CC. RGB value is (218,12,204). Sum of RGB (Red+Green+Blue) = 218+12+204=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CCC is #25F333. Grayscale: #5E5E5E. Windows color (decimal): -2487092 or 13372634. OLE color: 13372634.

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

Color convert

RGB 218 12 204 -
CMYK 0 0.94 0.06 0.15
HSL 304.08º 0.9% 0.45% -
HSV(B) 304.08º 0.94% 0.85% -
XYZ 39.94 19.53 58.79 -
YUV 95.48 189.25 215.39 -
System Red Green Blue C M Y K H S L
Decimal 218 12 204 0 0.94 0.06 0.15 304.08 0.9 0.45
Hex DA C CC 0 5E 6 F 130 5A 2D
Octal 332 14 314 0 136 6 17 460 132 55
Binary 11011010 1100 11001100 0 1011110 110 1111 100110000 1011010 101101

Color Harmonies of #DA0CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CCC

Black with #DA0CCC

Text Example


Text Example

White with #DA0CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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