Html Css Color HEX #DA1CBE Deep Magenta

📋 copy color: '#DA1CBE'

red 218 ◦ green 28 ◦ blue 190

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

Shades of Deep Magenta #DA1CBE

Tints of Deep Magenta #DA1CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 50%
G = 6.42%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA1CBE (or 0xDA1CBE) is known color: Deep Magenta. HEX triplet: DA, 1C and BE. RGB value is (218,28,190). Sum of RGB (Red+Green+Blue) = 218+28+190=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CBE is #25E341. Grayscale: #666666. Windows color (decimal): -2483010 or 12459226. OLE color: 12459226.

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

Color convert

RGB 218 28 190 -
CMYK 0 0.87 0.13 0.15
HSL 308.84º 0.77% 0.48% -
HSV(B) 308.84º 0.87% 0.85% -
XYZ 38.62 19.45 50.43 -
YUV 103.28 176.95 209.83 -
System Red Green Blue C M Y K H S L
Decimal 218 28 190 0 0.87 0.13 0.15 308.84 0.77 0.48
Hex DA 1C BE 0 57 D F 135 4D 30
Octal 332 34 276 0 127 15 17 465 115 60
Binary 11011010 11100 10111110 0 1010111 1101 1111 100110101 1001101 110000

Color Harmonies of #DA1CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1CBE

Black with #DA1CBE

Text Example


Text Example

White with #DA1CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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