Html Css Color HEX #DA4DD6 Free Speech Magenta

📋 copy color: '#DA4DD6'

red 218 ◦ green 77 ◦ blue 214

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

Shades of Free Speech Magenta #DA4DD6

Tints of Free Speech Magenta #DA4DD6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.13%

 BLUE value IS 214 (83.98% from 255) = 42.04%

R = 42.83%
G = 15.13%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DA4DD6 (or 0xDA4DD6) is known color: Free Speech Magenta. HEX triplet: DA, 4D and D6. RGB value is (218,77,214). Sum of RGB (Red+Green+Blue) = 218+77+214=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DD6 is #25B229. Grayscale: #868686. Windows color (decimal): -2470442 or 14044634. OLE color: 14044634.

HSL color Cylindrical-coordinate representation of color #DA4DD6: hue angle of 301.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DD6 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 214 -
CMYK 0 0.65 0.02 0.15
HSL 301.7º 0.66% 0.58% -
HSV(B) 301.7º 0.65% 0.85% -
XYZ 43.7 25.07 66.15 -
YUV 134.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 218 77 214 0 0.65 0.02 0.15 301.7 0.66 0.58
Hex DA 4D D6 0 41 2 F 12E 42 3A
Octal 332 115 326 0 101 2 17 456 102 72
Binary 11011010 1001101 11010110 0 1000001 10 1111 100101110 1000010 111010

Color Harmonies of #DA4DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4DD6

Black with #DA4DD6

Text Example


Text Example

White with #DA4DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4DD6; }

 p { color: rgb(218,77,214); }

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

background-color css

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

 a { background-color: rgb(218,77,214); }

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

border-color css

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

 span { border-color: rgb(218,77,214); }

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