Html Css Color HEX #DA1BBE Deep Magenta

📋 copy color: '#DA1BBE'

red 218 ◦ green 27 ◦ blue 190

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

Shades of Deep Magenta #DA1BBE

Tints of Deep Magenta #DA1BBE

RGB

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

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

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

R = 50.11%
G = 6.21%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA1BBE (or 0xDA1BBE) is known color: Deep Magenta. HEX triplet: DA, 1B and BE. RGB value is (218,27,190). Sum of RGB (Red+Green+Blue) = 218+27+190=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BBE is #25E441. Grayscale: #666666. Windows color (decimal): -2483266 or 12458970. OLE color: 12458970.

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

Color convert

RGB 218 27 190 -
CMYK 0 0.88 0.13 0.15
HSL 308.8º 0.78% 0.48% -
HSV(B) 308.8º 0.88% 0.85% -
XYZ 38.6 19.41 50.43 -
YUV 102.69 177.28 210.25 -
System Red Green Blue C M Y K H S L
Decimal 218 27 190 0 0.88 0.13 0.15 308.8 0.78 0.48
Hex DA 1B BE 0 58 D F 135 4E 30
Octal 332 33 276 0 130 15 17 465 116 60
Binary 11011010 11011 10111110 0 1011000 1101 1111 100110101 1001110 110000

Color Harmonies of #DA1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1BBE

Black with #DA1BBE

Text Example


Text Example

White with #DA1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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