Html Css Color HEX #D74FEF Free Speech Magenta

📋 copy color: '#D74FEF'

red 215 ◦ green 79 ◦ blue 239

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

Shades of Free Speech Magenta #D74FEF

Tints of Free Speech Magenta #D74FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 40.34%
G = 14.82%
B = 44.84%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D74FEF (or 0xD74FEF) is known color: Free Speech Magenta. HEX triplet: D7, 4F and EF. RGB value is (215,79,239). Sum of RGB (Red+Green+Blue) = 215+79+239=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 79 (31.25% from 255 or 14.82% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #D74FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74FEF is #28B010. Grayscale: #898989. Windows color (decimal): -2666513 or 15683543. OLE color: 15683543.

HSL color Cylindrical-coordinate representation of color #D74FEF: hue angle of 291º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74FEF is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 79 239 -
CMYK 0.10 0.67 0 0.06
HSL 291º 0.83% 0.62% -
HSV(B) 291º 0.67% 0.94% -
XYZ 46.4 26.27 84.29 -
YUV 137.9 185.06 182.99 -
System Red Green Blue C M Y K H S L
Decimal 215 79 239 0.10 0.67 0 0.06 291 0.83 0.62
Hex D7 4F EF A 43 0 6 123 53 3E
Octal 327 117 357 12 103 0 6 443 123 76
Binary 11010111 1001111 11101111 1010 1000011 0 110 100100011 1010011 111110

Color Harmonies of #D74FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74FEF

Black with #D74FEF

Text Example


Text Example

White with #D74FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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