Html Css Color HEX #D347ED Free Speech Magenta

📋 copy color: '#D347ED'

red 211 ◦ green 71 ◦ blue 237

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

Shades of Free Speech Magenta #D347ED

Tints of Free Speech Magenta #D347ED

RGB

 RED value IS 211 (82.81% from 255) = 40.66%

 GREEN value IS 71 (28.13% from 255) = 13.68%

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 40.66%
G = 13.68%
B = 45.66%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D347ED (or 0xD347ED) is known color: Free Speech Magenta. HEX triplet: D3, 47 and ED. RGB value is (211,71,237). Sum of RGB (Red+Green+Blue) = 211+71+237=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #D347ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D347ED is #2CB812. Grayscale: #838383. Windows color (decimal): -2930707 or 15550419. OLE color: 15550419.

HSL color Cylindrical-coordinate representation of color #D347ED: hue angle of 290.6º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D347ED is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 71 237 -
CMYK 0.11 0.70 0 0.07
HSL 290.6º 0.82% 0.6% -
HSV(B) 290.6º 0.7% 0.93% -
XYZ 44.4 24.47 82.5 -
YUV 131.78 187.38 184.5 -
System Red Green Blue C M Y K H S L
Decimal 211 71 237 0.11 0.70 0 0.07 290.6 0.82 0.6
Hex D3 47 ED B 46 0 7 123 52 3C
Octal 323 107 355 13 106 0 7 443 122 74
Binary 11010011 1000111 11101101 1011 1000110 0 111 100100011 1010010 111100

Color Harmonies of #D347ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D347ED

Black with #D347ED

Text Example


Text Example

White with #D347ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D347ED; }

 p { color: rgb(211,71,237); }

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

background-color css

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

 a { background-color: rgb(211,71,237); }

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

border-color css

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

 span { border-color: rgb(211,71,237); }

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