Html Css Color HEX #D74FE4 Free Speech Magenta

📋 copy color: '#D74FE4'

red 215 ◦ green 79 ◦ blue 228

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

Shades of Free Speech Magenta #D74FE4

Tints of Free Speech Magenta #D74FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.68%

R = 41.19%
G = 15.13%
B = 43.68%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D74FE4 (or 0xD74FE4) is known color: Free Speech Magenta. HEX triplet: D7, 4F and E4. RGB value is (215,79,228). Sum of RGB (Red+Green+Blue) = 215+79+228=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 79 (31.25% from 255 or 15.13% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #D74FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D74FE4 is #28B01B. Grayscale: #888888. Windows color (decimal): -2666524 or 14962647. OLE color: 14962647.

HSL color Cylindrical-coordinate representation of color #D74FE4: hue angle of 294.77º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74FE4 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 215 79 228 -
CMYK 0.06 0.65 0 0.11
HSL 294.77º 0.73% 0.6% -
HSV(B) 294.77º 0.65% 0.89% -
XYZ 44.82 25.64 75.99 -
YUV 136.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 215 79 228 0.06 0.65 0 0.11 294.77 0.73 0.6
Hex D7 4F E4 6 41 0 B 127 49 3C
Octal 327 117 344 6 101 0 13 447 111 74
Binary 11010111 1001111 11100100 110 1000001 0 1011 100100111 1001001 111100

Color Harmonies of #D74FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FE4

Black with #D74FE4

Text Example


Text Example

White with #D74FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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