Html Css Color HEX #DA4AF6 Free Speech Magenta

📋 copy color: '#DA4AF6'

red 218 ◦ green 74 ◦ blue 246

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

Shades of Free Speech Magenta #DA4AF6

Tints of Free Speech Magenta #DA4AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.75%

 BLUE value IS 246 (96.48% from 255) = 45.72%

R = 40.52%
G = 13.75%
B = 45.72%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DA4AF6 (or 0xDA4AF6) is known color: Free Speech Magenta. HEX triplet: DA, 4A and F6. RGB value is (218,74,246). Sum of RGB (Red+Green+Blue) = 218+74+246=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #DA4AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA4AF6 is #25B509. Grayscale: #888888. Windows color (decimal): -2471178 or 16141018. OLE color: 16141018.

HSL color Cylindrical-coordinate representation of color #DA4AF6: hue angle of 290.23º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4AF6 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 74 246 -
CMYK 0.11 0.70 0 0.04
HSL 290.23º 0.91% 0.63% -
HSV(B) 290.23º 0.7% 0.96% -
XYZ 48 26.46 89.77 -
YUV 136.66 189.71 186.01 -
System Red Green Blue C M Y K H S L
Decimal 218 74 246 0.11 0.70 0 0.04 290.23 0.91 0.63
Hex DA 4A F6 B 46 0 4 122 5B 3F
Octal 332 112 366 13 106 0 4 442 133 77
Binary 11011010 1001010 11110110 1011 1000110 0 100 100100010 1011011 111111

Color Harmonies of #DA4AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4AF6

Black with #DA4AF6

Text Example


Text Example

White with #DA4AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4AF6; }

 p { color: rgb(218,74,246); }

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

background-color css

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

 a { background-color: rgb(218,74,246); }

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

border-color css

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

 span { border-color: rgb(218,74,246); }

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