Html Css Color HEX #D04AD6 Free Speech Magenta

📋 copy color: '#D04AD6'

red 208 ◦ green 74 ◦ blue 214

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

Shades of Free Speech Magenta #D04AD6

Tints of Free Speech Magenta #D04AD6

RGB

 RED value IS 208 (81.64% from 255) = 41.94%

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

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

R = 41.94%
G = 14.92%
B = 43.15%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D04AD6 (or 0xD04AD6) is known color: Free Speech Magenta. HEX triplet: D0, 4A and D6. RGB value is (208,74,214). Sum of RGB (Red+Green+Blue) = 208+74+214=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #D04AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AD6 is #2FB529. Grayscale: #818181. Windows color (decimal): -3126570 or 14043856. OLE color: 14043856.

HSL color Cylindrical-coordinate representation of color #D04AD6: hue angle of 297.43º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04AD6 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 74 214 -
CMYK 0.03 0.65 0 0.16
HSL 297.43º 0.63% 0.56% -
HSV(B) 297.43º 0.65% 0.84% -
XYZ 40.6 23.16 65.95 -
YUV 130.03 175.39 183.62 -
System Red Green Blue C M Y K H S L
Decimal 208 74 214 0.03 0.65 0 0.16 297.43 0.63 0.56
Hex D0 4A D6 3 41 0 10 129 3F 38
Octal 320 112 326 3 101 0 20 451 77 70
Binary 11010000 1001010 11010110 11 1000001 0 10000 100101001 111111 111000

Color Harmonies of #D04AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AD6

Black with #D04AD6

Text Example


Text Example

White with #D04AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AD6; }

 p { color: rgb(208,74,214); }

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

background-color css

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

 a { background-color: rgb(208,74,214); }

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

border-color css

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

 span { border-color: rgb(208,74,214); }

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