Html Css Color HEX #D74FD1 Free Speech Magenta

📋 copy color: '#D74FD1'

red 215 ◦ green 79 ◦ blue 209

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

Shades of Free Speech Magenta #D74FD1

Tints of Free Speech Magenta #D74FD1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.71%

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 42.74%
G = 15.71%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D74FD1 (or 0xD74FD1) is known color: Free Speech Magenta. HEX triplet: D7, 4F and D1. RGB value is (215,79,209). Sum of RGB (Red+Green+Blue) = 215+79+209=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FD1 is #28B02E. Grayscale: #868686. Windows color (decimal): -2666543 or 13717463. OLE color: 13717463.

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

Color convert

RGB 215 79 209 -
CMYK 0 0.63 0.03 0.16
HSL 302.65º 0.63% 0.58% -
HSV(B) 302.65º 0.63% 0.84% -
XYZ 42.33 24.64 62.85 -
YUV 134.48 170.06 185.43 -
System Red Green Blue C M Y K H S L
Decimal 215 79 209 0 0.63 0.03 0.16 302.65 0.63 0.58
Hex D7 4F D1 0 3F 3 10 12F 3F 3A
Octal 327 117 321 0 77 3 20 457 77 72
Binary 11010111 1001111 11010001 0 111111 11 10000 100101111 111111 111010

Color Harmonies of #D74FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FD1

Black with #D74FD1

Text Example


Text Example

White with #D74FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FD1; }

 p { color: rgb(215,79,209); }

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

background-color css

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

 a { background-color: rgb(215,79,209); }

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

border-color css

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

 span { border-color: rgb(215,79,209); }

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