Html Css Color HEX #D74BEF Free Speech Magenta

📋 copy color: '#D74BEF'

red 215 ◦ green 75 ◦ blue 239

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

Shades of Free Speech Magenta #D74BEF

Tints of Free Speech Magenta #D74BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.18%

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

R = 40.64%
G = 14.18%
B = 45.18%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D74BEF (or 0xD74BEF) is known color: Free Speech Magenta. HEX triplet: D7, 4B and EF. RGB value is (215,75,239). Sum of RGB (Red+Green+Blue) = 215+75+239=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #D74BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D74BEF is #28B410. Grayscale: #878787. Windows color (decimal): -2667537 or 15682519. OLE color: 15682519.

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

Color convert

RGB 215 75 239 -
CMYK 0.10 0.69 0 0.06
HSL 291.22º 0.84% 0.62% -
HSV(B) 291.22º 0.69% 0.94% -
XYZ 46.12 25.71 84.19 -
YUV 135.56 186.38 184.66 -
System Red Green Blue C M Y K H S L
Decimal 215 75 239 0.10 0.69 0 0.06 291.22 0.84 0.62
Hex D7 4B EF A 45 0 6 123 54 3E
Octal 327 113 357 12 105 0 6 443 124 76
Binary 11010111 1001011 11101111 1010 1000101 0 110 100100011 1010100 111110

Color Harmonies of #D74BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74BEF

Black with #D74BEF

Text Example


Text Example

White with #D74BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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