Html Css Color HEX #D74FD0 Free Speech Magenta

📋 copy color: '#D74FD0'

red 215 ◦ green 79 ◦ blue 208

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

Shades of Free Speech Magenta #D74FD0

Tints of Free Speech Magenta #D74FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.43%

R = 42.83%
G = 15.74%
B = 41.43%

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

#D74FD0 (or 0xD74FD0) is known color: Free Speech Magenta. HEX triplet: D7, 4F and D0. RGB value is (215,79,208). Sum of RGB (Red+Green+Blue) = 215+79+208=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 79 (31.25% from 255 or 15.74% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D74FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FD0 is #28B02F. Grayscale: #858585. Windows color (decimal): -2666544 or 13651927. OLE color: 13651927.

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

Color convert

RGB 215 79 208 -
CMYK 0 0.63 0.03 0.16
HSL 303.09º 0.63% 0.58% -
HSV(B) 303.09º 0.63% 0.84% -
XYZ 42.21 24.59 62.2 -
YUV 134.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 215 79 208 0 0.63 0.03 0.16 303.09 0.63 0.58
Hex D7 4F D0 0 3F 3 10 12F 3F 3A
Octal 327 117 320 0 77 3 20 457 77 72
Binary 11010111 1001111 11010000 0 111111 11 10000 100101111 111111 111010

Color Harmonies of #D74FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FD0

Black with #D74FD0

Text Example


Text Example

White with #D74FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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