Html Css Color HEX #DA08D1 Deep Magenta

📋 copy color: '#DA08D1'

red 218 ◦ green 8 ◦ blue 209

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

Shades of Deep Magenta #DA08D1

Tints of Deep Magenta #DA08D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.05%

R = 50.11%
G = 1.84%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA08D1 (or 0xDA08D1) is known color: Deep Magenta. HEX triplet: DA, 08 and D1. RGB value is (218,8,209). Sum of RGB (Red+Green+Blue) = 218+8+209=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 209 (82.03% from 255 or 48.05% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08D1 is #25F72E. Grayscale: #5D5D5D. Windows color (decimal): -2488111 or 13699290. OLE color: 13699290.

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

Color convert

RGB 218 8 209 -
CMYK 0 0.96 0.04 0.15
HSL 302.57º 0.93% 0.44% -
HSV(B) 302.57º 0.96% 0.85% -
XYZ 40.51 19.68 61.99 -
YUV 93.7 193.07 216.66 -
System Red Green Blue C M Y K H S L
Decimal 218 8 209 0 0.96 0.04 0.15 302.57 0.93 0.44
Hex DA 8 D1 0 60 4 F 12F 5D 2C
Octal 332 10 321 0 140 4 17 457 135 54
Binary 11011010 1000 11010001 0 1100000 100 1111 100101111 1011101 101100

Color Harmonies of #DA08D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA08D1

Black with #DA08D1

Text Example


Text Example

White with #DA08D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA08D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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