Html Css Color HEX #DA08CC Deep Magenta

📋 copy color: '#DA08CC'

red 218 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #DA08CC

Tints of Deep Magenta #DA08CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 50.7%
G = 1.86%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA08CC (or 0xDA08CC) is known color: Deep Magenta. HEX triplet: DA, 08 and CC. RGB value is (218,8,204). Sum of RGB (Red+Green+Blue) = 218+8+204=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA08CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA08CC is #25F733. Grayscale: #5C5C5C. Windows color (decimal): -2488116 or 13371610. OLE color: 13371610.

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

Color convert

RGB 218 8 204 -
CMYK 0 0.96 0.06 0.15
HSL 304º 0.93% 0.44% -
HSV(B) 304º 0.96% 0.85% -
XYZ 39.9 19.44 58.78 -
YUV 93.13 190.57 217.06 -
System Red Green Blue C M Y K H S L
Decimal 218 8 204 0 0.96 0.06 0.15 304 0.93 0.44
Hex DA 8 CC 0 60 6 F 130 5D 2C
Octal 332 10 314 0 140 6 17 460 135 54
Binary 11011010 1000 11001100 0 1100000 110 1111 100110000 1011101 101100

Color Harmonies of #DA08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA08CC

Black with #DA08CC

Text Example


Text Example

White with #DA08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA08CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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