Html Css Color HEX #D74AF6 Free Speech Magenta

📋 copy color: '#D74AF6'

red 215 ◦ green 74 ◦ blue 246

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

Shades of Free Speech Magenta #D74AF6

Tints of Free Speech Magenta #D74AF6

RGB

 RED value IS 215 (84.38% from 255) = 40.19%

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

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

R = 40.19%
G = 13.83%
B = 45.98%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D74AF6 (or 0xD74AF6) is known color: Free Speech Magenta. HEX triplet: D7, 4A and F6. RGB value is (215,74,246). Sum of RGB (Red+Green+Blue) = 215+74+246=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #D74AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74AF6 is #28B509. Grayscale: #878787. Windows color (decimal): -2667786 or 16141015. OLE color: 16141015.

HSL color Cylindrical-coordinate representation of color #D74AF6: hue angle of 289.19º 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 #D74AF6 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 215 74 246 -
CMYK 0.13 0.70 0 0.04
HSL 289.19º 0.91% 0.63% -
HSV(B) 289.19º 0.7% 0.96% -
XYZ 47.11 26 89.72 -
YUV 135.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 215 74 246 0.13 0.70 0 0.04 289.19 0.91 0.63
Hex D7 4A F6 D 46 0 4 121 5B 3F
Octal 327 112 366 15 106 0 4 441 133 77
Binary 11010111 1001010 11110110 1101 1000110 0 100 100100001 1011011 111111

Color Harmonies of #D74AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74AF6

Black with #D74AF6

Text Example


Text Example

White with #D74AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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