Html Css Color HEX #D04AD7 Free Speech Magenta

📋 copy color: '#D04AD7'

red 208 ◦ green 74 ◦ blue 215

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

Shades of Free Speech Magenta #D04AD7

Tints of Free Speech Magenta #D04AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.26%

R = 41.85%
G = 14.89%
B = 43.26%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D04AD7 (or 0xD04AD7) is known color: Free Speech Magenta. HEX triplet: D0, 4A and D7. RGB value is (208,74,215). Sum of RGB (Red+Green+Blue) = 208+74+215=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #D04AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AD7 is #2FB528. Grayscale: #818181. Windows color (decimal): -3126569 or 14109392. OLE color: 14109392.

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

Color convert

RGB 208 74 215 -
CMYK 0.03 0.66 0 0.16
HSL 297.02º 0.64% 0.57% -
HSV(B) 297.02º 0.66% 0.84% -
XYZ 40.73 23.21 66.62 -
YUV 130.14 175.89 183.54 -
System Red Green Blue C M Y K H S L
Decimal 208 74 215 0.03 0.66 0 0.16 297.02 0.64 0.57
Hex D0 4A D7 3 42 0 10 129 40 39
Octal 320 112 327 3 102 0 20 451 100 71
Binary 11010000 1001010 11010111 11 1000010 0 10000 100101001 1000000 111001

Color Harmonies of #D04AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04AD7

Black with #D04AD7

Text Example


Text Example

White with #D04AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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