Html Css Color HEX #D74FD3 Free Speech Magenta

📋 copy color: '#D74FD3'

red 215 ◦ green 79 ◦ blue 211

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

Shades of Free Speech Magenta #D74FD3

Tints of Free Speech Magenta #D74FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.78%

R = 42.57%
G = 15.64%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D74FD3 (or 0xD74FD3) is known color: Free Speech Magenta. HEX triplet: D7, 4F and D3. RGB value is (215,79,211). Sum of RGB (Red+Green+Blue) = 215+79+211=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FD3 is #28B02C. Grayscale: #868686. Windows color (decimal): -2666541 or 13848535. OLE color: 13848535.

HSL color Cylindrical-coordinate representation of color #D74FD3: hue angle of 301.76º 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 #D74FD3 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 79 211 -
CMYK 0 0.63 0.02 0.16
HSL 301.76º 0.63% 0.58% -
HSV(B) 301.76º 0.63% 0.84% -
XYZ 42.58 24.74 64.16 -
YUV 134.71 171.06 185.27 -
System Red Green Blue C M Y K H S L
Decimal 215 79 211 0 0.63 0.02 0.16 301.76 0.63 0.58
Hex D7 4F D3 0 3F 2 10 12E 3F 3A
Octal 327 117 323 0 77 2 20 456 77 72
Binary 11010111 1001111 11010011 0 111111 10 10000 100101110 111111 111010

Color Harmonies of #D74FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FD3

Black with #D74FD3

Text Example


Text Example

White with #D74FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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