Html Css Color HEX #DA1CCE Deep Magenta

📋 copy color: '#DA1CCE'

red 218 ◦ green 28 ◦ blue 206

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

Shades of Deep Magenta #DA1CCE

Tints of Deep Magenta #DA1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.19%

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

R = 48.23%
G = 6.19%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA1CCE (or 0xDA1CCE) is known color: Deep Magenta. HEX triplet: DA, 1C and CE. RGB value is (218,28,206). Sum of RGB (Red+Green+Blue) = 218+28+206=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CCE is #25E331. Grayscale: #686868. Windows color (decimal): -2482994 or 13507802. OLE color: 13507802.

HSL color Cylindrical-coordinate representation of color #DA1CCE: hue angle of 303.79º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1CCE is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 28 206 -
CMYK 0 0.87 0.06 0.15
HSL 303.79º 0.77% 0.48% -
HSV(B) 303.79º 0.87% 0.85% -
XYZ 40.47 20.19 60.16 -
YUV 105.1 184.95 208.53 -
System Red Green Blue C M Y K H S L
Decimal 218 28 206 0 0.87 0.06 0.15 303.79 0.77 0.48
Hex DA 1C CE 0 57 6 F 130 4D 30
Octal 332 34 316 0 127 6 17 460 115 60
Binary 11011010 11100 11001110 0 1010111 110 1111 100110000 1001101 110000

Color Harmonies of #DA1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CCE

Black with #DA1CCE

Text Example


Text Example

White with #DA1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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