Html Css Color HEX #DA0CCE Deep Magenta

📋 copy color: '#DA0CCE'

red 218 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #DA0CCE

Tints of Deep Magenta #DA0CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 50%
G = 2.75%
B = 47.25%

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

#DA0CCE (or 0xDA0CCE) is known color: Deep Magenta. HEX triplet: DA, 0C and CE. RGB value is (218,12,206). Sum of RGB (Red+Green+Blue) = 218+12+206=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0CCE is #25F331. Grayscale: #5F5F5F. Windows color (decimal): -2487090 or 13503706. OLE color: 13503706.

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

Color convert

RGB 218 12 206 -
CMYK 0 0.94 0.06 0.15
HSL 303.5º 0.9% 0.45% -
HSV(B) 303.5º 0.94% 0.85% -
XYZ 40.19 19.62 60.06 -
YUV 95.71 190.25 215.23 -
System Red Green Blue C M Y K H S L
Decimal 218 12 206 0 0.94 0.06 0.15 303.5 0.9 0.45
Hex DA C CE 0 5E 6 F 12F 5A 2D
Octal 332 14 316 0 136 6 17 457 132 55
Binary 11011010 1100 11001110 0 1011110 110 1111 100101111 1011010 101101

Color Harmonies of #DA0CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0CCE

Black with #DA0CCE

Text Example


Text Example

White with #DA0CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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