Html Css Color HEX #DA08BD Deep Magenta

📋 copy color: '#DA08BD'

red 218 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #DA08BD

Tints of Deep Magenta #DA08BD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 52.53%
G = 1.93%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA08BD (or 0xDA08BD) is known color: Deep Magenta. HEX triplet: DA, 08 and BD. RGB value is (218,8,189). Sum of RGB (Red+Green+Blue) = 218+8+189=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08BD is #25F742. Grayscale: #5A5A5A. Windows color (decimal): -2488131 or 12388570. OLE color: 12388570.

HSL color Cylindrical-coordinate representation of color #DA08BD: hue angle of 308.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA08BD is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 189 -
CMYK 0 0.96 0.13 0.15
HSL 308.29º 0.93% 0.44% -
HSV(B) 308.29º 0.96% 0.85% -
XYZ 38.19 18.75 49.75 -
YUV 91.42 183.07 218.28 -
System Red Green Blue C M Y K H S L
Decimal 218 8 189 0 0.96 0.13 0.15 308.29 0.93 0.44
Hex DA 8 BD 0 60 D F 134 5D 2C
Octal 332 10 275 0 140 15 17 464 135 54
Binary 11011010 1000 10111101 0 1100000 1101 1111 100110100 1011101 101100

Color Harmonies of #DA08BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA08BD

Black with #DA08BD

Text Example


Text Example

White with #DA08BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA08BD; }

 p { color: rgb(218,8,189); }

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

background-color css

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

 a { background-color: rgb(218,8,189); }

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

border-color css

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

 span { border-color: rgb(218,8,189); }

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