Html Css Color HEX #DA0BBF Deep Magenta

📋 copy color: '#DA0BBF'

red 218 ◦ green 11 ◦ blue 191

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

Shades of Deep Magenta #DA0BBF

Tints of Deep Magenta #DA0BBF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.62%

 BLUE value IS 191 (75% from 255) = 45.48%

R = 51.9%
G = 2.62%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DA0BBF (or 0xDA0BBF) is known color: Deep Magenta. HEX triplet: DA, 0B and BF. RGB value is (218,11,191). Sum of RGB (Red+Green+Blue) = 218+11+191=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BBF is #25F440. Grayscale: #5C5C5C. Windows color (decimal): -2487361 or 12520410. OLE color: 12520410.

HSL color Cylindrical-coordinate representation of color #DA0BBF: hue angle of 307.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BBF is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 11 191 -
CMYK 0 0.95 0.12 0.15
HSL 307.83º 0.9% 0.45% -
HSV(B) 307.83º 0.95% 0.85% -
XYZ 38.44 18.91 50.91 -
YUV 93.41 183.08 216.86 -
System Red Green Blue C M Y K H S L
Decimal 218 11 191 0 0.95 0.12 0.15 307.83 0.9 0.45
Hex DA B BF 0 5F C F 134 5A 2D
Octal 332 13 277 0 137 14 17 464 132 55
Binary 11011010 1011 10111111 0 1011111 1100 1111 100110100 1011010 101101

Color Harmonies of #DA0BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0BBF

Black with #DA0BBF

Text Example


Text Example

White with #DA0BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0BBF; }

 p { color: rgb(218,11,191); }

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

background-color css

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

 a { background-color: rgb(218,11,191); }

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

border-color css

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

 span { border-color: rgb(218,11,191); }

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