Html Css Color HEX #DA1CE1 Deep Magenta

📋 copy color: '#DA1CE1'

red 218 ◦ green 28 ◦ blue 225

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

Shades of Deep Magenta #DA1CE1

Tints of Deep Magenta #DA1CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 46.28%
G = 5.94%
B = 47.77%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DA1CE1 (or 0xDA1CE1) is known color: Deep Magenta. HEX triplet: DA, 1C and E1. RGB value is (218,28,225). Sum of RGB (Red+Green+Blue) = 218+28+225=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #DA1CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CE1 is #25E31E. Grayscale: #6A6A6A. Windows color (decimal): -2482975 or 14752986. OLE color: 14752986.

HSL color Cylindrical-coordinate representation of color #DA1CE1: hue angle of 297.87º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1CE1 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 28 225 -
CMYK 0.03 0.88 0 0.12
HSL 297.87º 0.78% 0.5% -
HSV(B) 297.87º 0.88% 0.88% -
XYZ 42.92 21.17 73.06 -
YUV 107.27 194.45 206.98 -
System Red Green Blue C M Y K H S L
Decimal 218 28 225 0.03 0.88 0 0.12 297.87 0.78 0.5
Hex DA 1C E1 3 58 0 C 12A 4E 32
Octal 332 34 341 3 130 0 14 452 116 62
Binary 11011010 11100 11100001 11 1011000 0 1100 100101010 1001110 110010

Color Harmonies of #DA1CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CE1

Black with #DA1CE1

Text Example


Text Example

White with #DA1CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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