Html Css Color HEX #DA1BCE Deep Magenta

📋 copy color: '#DA1BCE'

red 218 ◦ green 27 ◦ blue 206

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

Shades of Deep Magenta #DA1BCE

Tints of Deep Magenta #DA1BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.99%

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

R = 48.34%
G = 5.99%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA1BCE (or 0xDA1BCE) is known color: Deep Magenta. HEX triplet: DA, 1B and CE. RGB value is (218,27,206). Sum of RGB (Red+Green+Blue) = 218+27+206=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BCE is #25E431. Grayscale: #676767. Windows color (decimal): -2483250 or 13507546. OLE color: 13507546.

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

Color convert

RGB 218 27 206 -
CMYK 0 0.88 0.06 0.15
HSL 303.77º 0.78% 0.48% -
HSV(B) 303.77º 0.88% 0.85% -
XYZ 40.45 20.15 60.15 -
YUV 104.52 185.28 208.95 -
System Red Green Blue C M Y K H S L
Decimal 218 27 206 0 0.88 0.06 0.15 303.77 0.78 0.48
Hex DA 1B CE 0 58 6 F 130 4E 30
Octal 332 33 316 0 130 6 17 460 116 60
Binary 11011010 11011 11001110 0 1011000 110 1111 100110000 1001110 110000

Color Harmonies of #DA1BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1BCE

Black with #DA1BCE

Text Example


Text Example

White with #DA1BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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