Html Css Color HEX #DA08CA Deep Magenta

📋 copy color: '#DA08CA'

red 218 ◦ green 8 ◦ blue 202

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

Shades of Deep Magenta #DA08CA

Tints of Deep Magenta #DA08CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 50.93%
G = 1.87%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DA08CA (or 0xDA08CA) is known color: Deep Magenta. HEX triplet: DA, 08 and CA. RGB value is (218,8,202). Sum of RGB (Red+Green+Blue) = 218+8+202=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08CA is #25F735. Grayscale: #5C5C5C. Windows color (decimal): -2488118 or 13240538. OLE color: 13240538.

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

Color convert

RGB 218 8 202 -
CMYK 0 0.96 0.07 0.15
HSL 304.57º 0.93% 0.44% -
HSV(B) 304.57º 0.96% 0.85% -
XYZ 39.66 19.34 57.52 -
YUV 92.91 189.57 217.23 -
System Red Green Blue C M Y K H S L
Decimal 218 8 202 0 0.96 0.07 0.15 304.57 0.93 0.44
Hex DA 8 CA 0 60 7 F 131 5D 2C
Octal 332 10 312 0 140 7 17 461 135 54
Binary 11011010 1000 11001010 0 1100000 111 1111 100110001 1011101 101100

Color Harmonies of #DA08CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA08CA

Black with #DA08CA

Text Example


Text Example

White with #DA08CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA08CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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